Correct font size
This commit is contained in:
parent
a5d2ebc00e
commit
e0e79638da
2 changed files with 36 additions and 2 deletions
|
|
@ -48,6 +48,6 @@ p {
|
|||
|
||||
ul,li {
|
||||
font-family: 'Gotham-Book', sans-serif;
|
||||
font-size: 0.7em;
|
||||
line-height: 0.9em;
|
||||
font-size: 1.0em;
|
||||
line-height: 1.1em;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,3 +9,37 @@
|
|||
background-size:cover;
|
||||
background-repeat:no-repeat;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'Gotham-Book', sans-serif;
|
||||
font-size: 3em;
|
||||
letter-spacing: -2px;
|
||||
margin-bottom: 30px;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
color: #f21e40;
|
||||
&:active {
|
||||
color: #222;
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: 'Gotham-Book', sans-serif;
|
||||
font-size: 1.2em;
|
||||
letter-spacing: -1px;
|
||||
margin-bottom: 30px;
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
color: $light-gray;
|
||||
text-transform: uppercase;
|
||||
color: #f21e40;
|
||||
&:active {
|
||||
color: #222;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: 'Gotham-Book', sans-serif;
|
||||
font-size: 1.1em;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue