This commit is contained in:
parent
0b3f277af6
commit
f6bb289043
@ -19,7 +19,7 @@
|
|||||||
height: 70vh;
|
height: 70vh;
|
||||||
gap: 4rem; /* Space between items */
|
gap: 4rem; /* Space between items */
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-bottom: 4vh;
|
/* margin-bottom: 4vh; */
|
||||||
background: linear-gradient(to bottom right, #F9B208, #E72E77);
|
background: linear-gradient(to bottom right, #F9B208, #E72E77);
|
||||||
padding-right: 3vw; /* 40 px approx*/
|
padding-right: 3vw; /* 40 px approx*/
|
||||||
padding-left: 3vw;
|
padding-left: 3vw;
|
||||||
@ -96,9 +96,10 @@
|
|||||||
flex-direction: column; /* Stack elements vertically by default */
|
flex-direction: column; /* Stack elements vertically by default */
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 65%;
|
width: 100%;
|
||||||
gap: 2rem; /* Space between items */
|
gap: 2rem; /* Space between items */
|
||||||
margin-bottom: 4rem;
|
margin-bottom: 4rem;
|
||||||
|
padding-top: 4vh;
|
||||||
background: linear-gradient(to bottom left, #E72E77, #F9B208);
|
background: linear-gradient(to bottom left, #E72E77, #F9B208);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -107,6 +108,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
width: 65%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Alternate layout for image on left or right */
|
/* Alternate layout for image on left or right */
|
||||||
@ -191,7 +193,6 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-top: 7vh;
|
padding-top: 7vh;
|
||||||
padding-bottom: 7vh;
|
padding-bottom: 7vh;
|
||||||
margin-bottom: 2vh;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-content {
|
.hero-content {
|
||||||
@ -228,6 +229,7 @@
|
|||||||
|
|
||||||
.hero-second {
|
.hero-second {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-top: 2vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-bloc {
|
.hero-bloc {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user