diff --git a/app/src/frontend/styles/layout.css b/app/src/frontend/styles/layout.css index e24d9e37..39bff716 100644 --- a/app/src/frontend/styles/layout.css +++ b/app/src/frontend/styles/layout.css @@ -11,7 +11,20 @@ body { * Text pages */ article { - margin-top: 85px; + position: absolute; + top: 76px; + left: 0; + right: 0; + bottom: 0; + padding: 0 1rem; + max-height: 100vh; + overflow-y: auto; +} +@media (min-width: 990px) { + article { + top: 0px; + left: 480px; + } } article section { overflow: hidden;