Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 264713b3 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

refactor: move index custom CSS on a better place

parent 81267d71
No related branches found
No related tags found
1 merge request!32Resolve "fix: footer color links"
Pipeline #3101 failed
......@@ -82,22 +82,6 @@ p {
z-index: 1;
}
/************ Header style ***********/
header {
height: 500px;
clip-path: polygon(
0 0,
100% 0,
100% calc(100% - 6vw),0 100%)
}
.hero__subtitle {
width: 90%;
text-align: center;
margin: auto;
padding-bottom: 20px;
}
/************ main elements style***********/
.section-promises {
padding: 4rem 0;
......
......@@ -5,6 +5,15 @@
* and scoped locally.
*/
/************ Header style ***********/
.hero__subtitle {
width: 90%;
text-align: center;
margin: auto;
padding-bottom: 20px;
}
.heroBanner {
padding: 4rem 0;
text-align: center;
......@@ -14,6 +23,11 @@
align-items: center;
justify-content: center;
background-color: var(--ifm-color-light-green);
height: 500px;
clip-path: polygon(
0 0,
100% 0,
100% calc(100% - 6vw),0 100%)
}
.container {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment