1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00

Updated font-szie

This commit is contained in:
Eldad Fux 2019-12-14 06:15:28 +02:00
parent 50e2fe22ad
commit 955f6bb52e
5 changed files with 9 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -33,7 +33,7 @@ article {
p { p {
line-height: 32px; line-height: 32px;
font-size: 17px; font-size: 16px;
} }
.update { .update {

View file

@ -252,7 +252,7 @@
} }
.subtitle { .subtitle {
padding: 0 30px 5px 30px; padding: 0 30px;
display: block; display: block;
font-size: 12px; font-size: 12px;
font-weight: 300; font-weight: 300;
@ -309,7 +309,7 @@
} }
a { a {
padding: 12px 20px; padding: 8px 20px;
border: none; border: none;
display: block; display: block;
color: #87a5b9; color: #87a5b9;
@ -431,11 +431,11 @@
.value { .value {
color: @config-color-focus; color: @config-color-focus;
vertical-align: bottom; vertical-align: bottom;
line-height: 55px; line-height: 45px;
.sum { .sum {
font-size: 55px; font-size: 45px;
line-height: 55px; line-height: 45px;
font-weight: 700; font-weight: 700;
vertical-align: bottom; vertical-align: bottom;
} }

View file

@ -3,6 +3,7 @@
//font-family: Heebo,sans-serif,Arial; //font-family: Heebo,sans-serif,Arial;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
font-weight: 300; font-weight: 300;
font-size: 16px;
} }
h1, h2, h2, h3, h4, h5, h6 { h1, h2, h2, h3, h4, h5, h6 {