1
Fork 0

Change global font size

This commit is contained in:
Jake Howard 2016-04-05 19:44:09 +01:00
parent 128bea0f37
commit c8c6b342a8
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@ p {
a {
.transition(color 0.4s);
}
margin-bottom: 20px;
}
ol , ul{

View file

@ -18,7 +18,7 @@
@font-family-serif: 'Roboto';
@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
@font-family-base: @font-family-sans-serif;
@font-size-base: 16px;
@font-size-base: 18px;
@font-size-large: ceil((@font-size-base * 1.25));
@font-size-small: ceil((@font-size-base * 0.85));
@font-size-h1: floor((@font-size-base * 2.6));