Correct font size

This commit is contained in:
Mehdi Arfaoui 2015-11-29 01:23:38 +01:00
parent a5d2ebc00e
commit e0e79638da
2 changed files with 36 additions and 2 deletions

View file

@ -48,6 +48,6 @@ p {
ul,li { ul,li {
font-family: 'Gotham-Book', sans-serif; font-family: 'Gotham-Book', sans-serif;
font-size: 0.7em; font-size: 1.0em;
line-height: 0.9em; line-height: 1.1em;
} }

View file

@ -9,3 +9,37 @@
background-size:cover; background-size:cover;
background-repeat:no-repeat; 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;
}