From: Ben Sherratt Date: Sat, 27 Dec 2025 18:38:16 +0000 (+0000) Subject: Updated template X-Git-Url: https://git.bts.cx/garden.git/commitdiff_plain/fe7ddaa62cac1a0bfa593a47608339044d878178 Updated template --- diff --git a/templates/base.php b/templates/base.php index ee3d269..12cc583 100644 --- a/templates/base.php +++ b/templates/base.php @@ -13,37 +13,39 @@ -
-

Find me @btsherratt or on itch.io

-
+
+
+

Find me @btsherratt or on itch.io

+
- + + + + - + -
-
- Content by Ben Sherratt 2025 -
-
+ +
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; }