From 2097262850c1a04766b4a1a63e987e799f789488 Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Wed, 13 Mar 2024 20:48:55 +1100 Subject: [PATCH] Added styling for the sidebar and the blogroll --- layouts/partials/sidebar.html | 4 +++- static/sidebar.css | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 4383285..1d5ad8f 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,3 +1,5 @@ \ No newline at end of file diff --git a/static/sidebar.css b/static/sidebar.css index 7008508..1b2e8ff 100644 --- a/static/sidebar.css +++ b/static/sidebar.css @@ -1,3 +1,8 @@ body { max-width: 55em; +} + +div.wrapper { + display: grid; + grid-template-columns: auto 20em; /* might be 15 */ } \ No newline at end of file