Change global font size
This commit is contained in:
parent
128bea0f37
commit
c8c6b342a8
2 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@ p {
|
||||||
a {
|
a {
|
||||||
.transition(color 0.4s);
|
.transition(color 0.4s);
|
||||||
}
|
}
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol , ul{
|
ol , ul{
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
@font-family-serif: 'Roboto';
|
@font-family-serif: 'Roboto';
|
||||||
@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
|
@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||||
@font-family-base: @font-family-sans-serif;
|
@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-large: ceil((@font-size-base * 1.25));
|
||||||
@font-size-small: ceil((@font-size-base * 0.85));
|
@font-size-small: ceil((@font-size-base * 0.85));
|
||||||
@font-size-h1: floor((@font-size-base * 2.6));
|
@font-size-h1: floor((@font-size-base * 2.6));
|
||||||
|
|
Reference in a new issue