Browse Source

Recalculate header line-height

pull/728/head
Maxim Prokhorov 6 years ago
parent
commit
b6256fa24f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      code/html/custom.css

+ 4
- 0
code/html/custom.css View File

@ -30,6 +30,10 @@
color: #777777;
}
.header > h1 {
line-height: 100%;
}
h2 {
font-size: 1em;
}


Loading…
Cancel
Save