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

Resolve "fix responsive style of header to mobile"

Merged Hugues requested to merge 38-fix-responsive-style-of-header-to-mobile into master
3 files
+ 25
8
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 8
0
@@ -76,6 +76,7 @@ p {
@@ -76,6 +76,7 @@ p {
z-index: 1;
z-index: 1;
}
}
 
/************ Header style ***********/
header {
header {
height: 500px;
height: 500px;
clip-path: polygon(
clip-path: polygon(
@@ -84,6 +85,13 @@ header {
@@ -84,6 +85,13 @@ header {
100% calc(100% - 6vw),0 100%)
100% calc(100% - 6vw),0 100%)
}
}
 
.hero__subtitle {
 
width: 90%;
 
text-align: center;
 
margin: auto;
 
padding-bottom: 20px;
 
}
 
/************ main elements style***********/
/************ main elements style***********/
.section-promises {
.section-promises {
padding: 4rem 0;
padding: 4rem 0;
Loading