]> git.bts.cx Git - garden.git/blobdiff - templates/style/screen.css
Updated template
[garden.git] / templates / style / screen.css
index b7441f702e6fe52cf0e1b8adb168d4d83d5d5135..661edbcf7497b06fbe01acf443403537b729e65d 100644 (file)
@@ -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;
 }