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 6e3bd6fe authored by HGouttebroze's avatar HGouttebroze
Browse files

fix bug with header on small screen

parent 42ce95bb
No related branches found
No related tags found
1 merge request!24Resolve "fix responsive style of header to mobile"
Pipeline #2596 passed
......@@ -76,6 +76,7 @@ p {
z-index: 1;
}
/************ Header style ***********/
header {
height: 500px;
clip-path: polygon(
......@@ -84,6 +85,13 @@ header {
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;
......
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