This commit is contained in:
parent
b24ded9019
commit
f9a4fc871c
@ -26,20 +26,22 @@
|
|||||||
.hero-logo {
|
.hero-logo {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
margin: 0 auto 20px;
|
margin: 0 auto 20px;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-title {
|
.hero-title {
|
||||||
font-size: 2.5rem;
|
font-size: 2.5rem;
|
||||||
color: white;
|
color: white;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-button {
|
.hero-button {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: #E72E77;
|
color: #E72E77;
|
||||||
padding: 15px 30px;
|
padding: 15px 30px;
|
||||||
border: none;
|
border: 3px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
border-color: white;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user