This commit is contained in:
parent
744a7316c9
commit
474b831c76
@ -5,11 +5,10 @@
|
|||||||
margin: 0 auto; /* Centering the hero section */
|
margin: 0 auto; /* Centering the hero section */
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
padding-bottom: 80px;
|
padding-bottom: 80px;
|
||||||
padding-left: 40px;
|
|
||||||
padding-right: 40px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-first {
|
.hero-first {
|
||||||
@ -22,6 +21,10 @@
|
|||||||
gap: 4rem; /* Space between items */
|
gap: 4rem; /* Space between items */
|
||||||
margin-bottom: 4rem;
|
margin-bottom: 4rem;
|
||||||
background: linear-gradient(to bottom right, #F9B208, #E72E77);
|
background: linear-gradient(to bottom right, #F9B208, #E72E77);
|
||||||
|
padding-right: 40px;
|
||||||
|
padding-left: 40px;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user