From e0a81990e770871ccbf96e4e6be87d3d097fb54a Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 19 Oct 2022 21:02:40 +0400 Subject: [PATCH] Converted spaces to tabs and rearranged blocks in mindflow.css. --- homepage/static/assets/css/mindflow.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/homepage/static/assets/css/mindflow.css b/homepage/static/assets/css/mindflow.css index b819aca..a90b036 100644 --- a/homepage/static/assets/css/mindflow.css +++ b/homepage/static/assets/css/mindflow.css @@ -1,9 +1,9 @@ +button:not(:last-child) { padding-right: 1rem; } + article header a { color: var(--text-color); } article footer { - text-align: right; - padding: 0; } + text-align: right; + padding: 0; } -.hidden { display: none; } - -button:not(:last-child) { padding-right: 1rem; } \ No newline at end of file +.hidden { display: none; } \ No newline at end of file