adjusted widths of main and column

This commit is contained in:
root 2023-06-15 22:20:38 +02:00
parent 1e51fa4657
commit 78ffc8ca0b
2 changed files with 3 additions and 3 deletions

View file

@ -9,8 +9,8 @@ Module: style.css
#column { #column {
background: #393939; background: #393939;
float: left; float: left;
width: 24% !important; width: 21% !important;
width: 21%; width: 18%;
font-size: 80% !important; font-size: 80% !important;
font-size: 75%; font-size: 75%;
margin: 0 0 15px 15px; margin: 0 0 15px 15px;

View file

@ -161,7 +161,7 @@ h6 { font-size: 0.9em }
#main { #main {
float:right; float:right;
position: relative; position: relative;
width: 71% !important; width: 74% !important;
width: 71%; width: 71%;
font-size: 100%; font-size: 100%;
margin: 0 0.5em 0 1.2em; margin: 0 0.5em 0 1.2em;