left/right navigation containers padding, to show GOLEM navbar

This commit is contained in:
giomba 2021-12-05 21:12:23 +01:00
parent 7875ae7bb5
commit e48047b91c
2 changed files with 4 additions and 0 deletions

View File

@ -35,9 +35,11 @@
/* Navigation Containers */ /* Navigation Containers */
#left-navigation { #left-navigation {
padding-top: 6px;
} }
#right-navigation { #right-navigation {
padding-top: 6px;
} }
/* Logo */ /* Logo */

View File

@ -101,11 +101,13 @@ body {
is still broken, but at least the nav overlaps only the page title is still broken, but at least the nav overlaps only the page title
instead of half the content. */ instead of half the content. */
margin-bottom: -2.5em; margin-bottom: -2.5em;
padding-top: 6px;
} }
#right-navigation { #right-navigation {
float: right; float: right;
margin-top: 2.5em; margin-top: 2.5em;
padding-top: 6px;
} }
#mw-panel { #mw-panel {