Margin alignment for content-wrapper and sidebar

This commit is contained in:
Blade of Darkness 2022-01-30 12:42:22 +01:00
parent 205e1b4185
commit a5130c6197
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ ul{margin:0; padding:0}
float:left;
width:65%;
white-space: pre-wrap;
margin-top: 14px;
margin: 0 14px 0 0;
}
#mw-sidebar{float:right; width:30%}
.mw-footer{padding:20px 0 20px 0; margin-top:20px; text-align: center}