Fix notice overlapping sidebar on mobile

pull/427/merge
Thibaut Courouble 9 years ago
parent dd86527da5
commit 87ede1f4a0

@ -117,7 +117,10 @@
left: 0; left: 0;
padding: 0 .5rem; padding: 0 .5rem;
~ ._sidebar { padding-bottom: 4rem; } ~ ._sidebar {
margin-top: 2.5rem;
padding-bottom: 4rem;
}
} }
._notice-text { font-size: .75em; } ._notice-text { font-size: .75em; }

Loading…
Cancel
Save