Decrease global font-size to 14px.

This commit is contained in:
Danny van Kooten 2016-12-24 10:27:43 +02:00
parent 524bc4f6bd
commit ccc93b12e0
1 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,7 @@
body {
font-family: Raleway, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
font-size: 14px;
color: #444;
background: #f5f5f5;
}
@ -26,6 +26,10 @@ h1, h2, h3, h4, h5 {
}
}
h5 {
font-size: 15px;
}
a {
color: #09f;
text-decoration: none;