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