mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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");
|
box-shadow: shadow("header");
|
||||||
|
|
||||||
> .wrap {
|
> .wrap {
|
||||||
box-sizing: border-box;
|
|
||||||
padding: 0;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
.contents {
|
.contents {
|
||||||
|
@ -19,9 +19,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> .wrap {
|
|
||||||
padding: 0 8px;
|
|
||||||
}
|
|
||||||
#site-logo {
|
#site-logo {
|
||||||
max-height: 2.4em;
|
max-height: 2.4em;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user