Decrease the base font size to 16px
Make the paragrapth text weight normal Increase the paragraph line-height Remove the bottom margin of the h4 headers (News)
This commit is contained in:
parent
a86cfa84a7
commit
f0b862192f
|
@ -172,7 +172,7 @@ body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 18px;
|
font-size: 16px;
|
||||||
font-family: 'Arimo', sans-serif;
|
font-family: 'Arimo', sans-serif;
|
||||||
}
|
}
|
||||||
@media all and (max-width: 400px) {
|
@media all and (max-width: 400px) {
|
||||||
|
@ -188,6 +188,8 @@ body {
|
||||||
p {
|
p {
|
||||||
margin: 0 0 1em 0;
|
margin: 0 0 1em 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
line-height: 1.5em;
|
||||||
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
h1.big {
|
h1.big {
|
||||||
font-size: 2.4em;
|
font-size: 2.4em;
|
||||||
|
@ -457,7 +459,6 @@ h4 {
|
||||||
margin: 1em 0 0 0;
|
margin: 1em 0 0 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
margin-bottom: 0.4em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p.info + p {
|
p.info + p {
|
||||||
|
@ -633,8 +634,6 @@ nav .menu > li { margin: 1px 10px; }
|
||||||
|
|
||||||
section.content.grid.homepage { margin-top: 2em; }
|
section.content.grid.homepage { margin-top: 2em; }
|
||||||
|
|
||||||
h4 { margin: 1em 0; }
|
|
||||||
|
|
||||||
a.footer { color: #333; }
|
a.footer { color: #333; }
|
||||||
|
|
||||||
a.button { text-decoration: none; color: #333; }
|
a.button { text-decoration: none; color: #333; }
|
||||||
|
|
Loading…
Reference in New Issue