1
0
Fork 0
mirror of synced 2024-06-28 03:01:15 +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 {
line-height: 32px;
font-size: 17px;
font-size: 16px;
}
.update {

View file

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

View file

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