diff --git a/themes/custom/static/css/style.css b/themes/custom/static/css/style.css index 1fe3d8c..41c8226 100644 --- a/themes/custom/static/css/style.css +++ b/themes/custom/static/css/style.css @@ -19,7 +19,6 @@ body { min-height:100%; } #content{ - width:70%; min-height: 100vh; margin:auto; background-color: rgba(0,0,0,0.77); @@ -58,18 +57,26 @@ header { } @media only screen -and (max-width : 800px) { +and (max-width : 900px) { article { columns: 1; } + #content { + width:95%; + } } + @media only screen -and (min-width : 800px) { +and (min-width : 600px) { article { columns: 2; column-gap:5%; } + #content { + width:70%; + } } + article { text-align:justify; }