UX: header needs a bit of padding on narrow screens

A bit of history

https://meta.discourse.org/t/header-on-responsive-window/105204
This commit is contained in:
Joe 2018-12-31 14:33:02 +08:00 committed by GitHub
parent 8bd5c90b0c
commit 55d745f03b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View File

@ -9,8 +9,6 @@
box-shadow: shadow("header");
> .wrap {
box-sizing: border-box;
padding: 0;
width: 100%;
height: 100%;
.contents {

View File

@ -19,9 +19,6 @@
}
}
> .wrap {
padding: 0 8px;
}
#site-logo {
max-height: 2.4em;
max-width: 100%;