reduced font-weight in pagetitle
This commit is contained in:
parent
4e74951dea
commit
697634b583
@ -16,10 +16,12 @@ $container-width: 50em;
|
||||
h1 {
|
||||
font-family: 'Lobster', Georgia, Times, serif;
|
||||
font-size: 2em;
|
||||
font-weight: 600;
|
||||
line-height: 1em;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.5em;
|
||||
font-weight: 500;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
@ -129,5 +131,4 @@ footer {
|
||||
|
||||
#overview {
|
||||
span { font-size: 2em; };
|
||||
li { line-height: 0.8em; };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user