move side panel lower, to make room for logo

This commit is contained in:
giomba 2021-12-05 21:44:29 +01:00
parent 800de152bc
commit d0c066d89f
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ body {
// The sidebar is absolutely positioned inside the header which applies a top
// margin so we need to subtract this top margin in order to get the correct
// sidebar position.
top: @height-header - @margin-top-header;
top: 3em;
left: 0;
width: @width-grid-column-one;
.box-sizing( border-box );

View File

@ -112,7 +112,7 @@ body {
#mw-panel {
position: absolute;
top: 0;
top: 3em;
width: 10em;
left: 0;
}