This commit is contained in:
parent
20d1476b8c
commit
2945fc3226
@ -19,6 +19,7 @@
|
|||||||
height: 70vh;
|
height: 70vh;
|
||||||
gap: 4rem; /* Space between items */
|
gap: 4rem; /* Space between items */
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
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;
|
||||||
@ -35,7 +36,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hero-logo {
|
.hero-logo {
|
||||||
height: 15vh;
|
height: 130px;
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -48,7 +49,7 @@
|
|||||||
.hero-button {
|
.hero-button {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: #E72E77;
|
color: #E72E77;
|
||||||
width: 7vw;
|
white-space: nowrap;
|
||||||
padding: 15px 30px;
|
padding: 15px 30px;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user