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:
parent
8bd5c90b0c
commit
55d745f03b
|
@ -9,8 +9,6 @@
|
|||
box-shadow: shadow("header");
|
||||
|
||||
> .wrap {
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
.contents {
|
||||
|
|
|
@ -19,9 +19,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
> .wrap {
|
||||
padding: 0 8px;
|
||||
}
|
||||
#site-logo {
|
||||
max-height: 2.4em;
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in New Issue