tweak fonts
This commit is contained in:
parent
66427a6c37
commit
272a7b4bb1
1 changed files with 3 additions and 0 deletions
|
@ -150,6 +150,7 @@ p {
|
|||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-family: 'PT Sans Narrow',sans-serif;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -164,6 +165,7 @@ p {
|
|||
#title {
|
||||
.content {
|
||||
margin-top: 64px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -206,6 +208,7 @@ p {
|
|||
list-style-type: none;
|
||||
padding: 0;
|
||||
li {
|
||||
font-family: 'PT Sans Narrow',sans-serif;
|
||||
line-height: 1.5em;
|
||||
font-size: 36px;
|
||||
a, a:visited, a:active, a:hover {
|
||||
|
|
Loading…
Reference in a new issue