WIP
This commit is contained in:
@@ -8,6 +8,8 @@ section.flex-5050-cta {
|
||||
left: 50%;
|
||||
width: 50%;
|
||||
height: calc(100% - 10rem);
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@@ -15,5 +17,6 @@ section.flex-5050-cta {
|
||||
color: $c-navy;
|
||||
font-size: 70px;
|
||||
line-height: 70px;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,3 +9,17 @@ a {
|
||||
.goudy {
|
||||
font-family: 'Goudy Bookletter 1911', serif;
|
||||
}
|
||||
|
||||
.cta-button {
|
||||
margin-bottom: 0;
|
||||
a {
|
||||
background-color: $c-navy;
|
||||
color: $c-white;
|
||||
display: inline-block;
|
||||
height: 52px;
|
||||
width: 360px;
|
||||
max-width: 100%;
|
||||
border-radius: 42px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user