From 5fd761b328e2e70ba958cecd2959e48657df4b55 Mon Sep 17 00:00:00 2001 From: glyph Date: Tue, 6 Sep 2022 08:48:47 +0100 Subject: [PATCH] small indentation tweak --- static/css/lykin.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static/css/lykin.css b/static/css/lykin.css index 3b8f11b..233e9f3 100644 --- a/static/css/lykin.css +++ b/static/css/lykin.css @@ -54,7 +54,10 @@ .grid-container { grid-template-columns: repeat(4, 1fr); grid-template-rows: 1fr 3fr 4fr; - grid-template-areas: 'nav nav nav nav nav' 'peers posts posts posts posts' 'peers content content content content'; + grid-template-areas: + 'nav nav nav nav nav' + 'peers posts posts posts posts' + 'peers content content content content'; } } @@ -147,4 +150,4 @@ img { li { list-style: none; font-size: 12px; -} \ No newline at end of file +}