Browse Source

Downsize header to fit the screen

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

+ 5
- 2
code/html/custom.css View File

@ -30,8 +30,11 @@
color: #777777;
}
.header > h1 {
line-height: 100%;
@media screen and (max-width: 32em) {
.header > h1 {
line-height: 100%;
font-size: 2em;
}
}
h2 {


Loading…
Cancel
Save