X-Git-Url: https://git.bts.cx/garden.git/blobdiff_plain/8e3dc0e710069d6861052478221b3596510f83d7..fe7ddaa62cac1a0bfa593a47608339044d878178:/templates/style/screen.css diff --git a/templates/style/screen.css b/templates/style/screen.css index b7441f7..661edbc 100644 --- a/templates/style/screen.css +++ b/templates/style/screen.css @@ -561,13 +561,18 @@ code { body { background: #5fcde4; background-image: url(../assets/bg.png); +} + +.container { display: grid; - width: 100%; grid-template: [header-left] "head head" auto [header-right] [main-left] "nav main" auto [main-right] [footer-left] "foot foot" auto [footer-right] / 300px auto; + + padding: 0 30px; + background-color: rgba(255.0, 255.0, 255.0, 0.8); } header { @@ -593,9 +598,7 @@ footer { grid-area: foot; } -body > * { +.container > * { padding: 0 30px; margin: 10px; - background-color: rgba(255.0, 255.0, 255.0, 0.8); - border-radius: 7px; }