From 2138b746d8ebb22e72dd01d19e1fba0f198986f0 Mon Sep 17 00:00:00 2001 From: uh_wot <3631986-uh_wot@users.noreply.gitlab.com> Date: Sun, 26 Apr 2020 17:38:02 +0200 Subject: [PATCH] fixed a little more code indentation --- public/css/modules/progressbar.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/modules/progressbar.css b/public/css/modules/progressbar.css index a9e1139..38740c2 100644 --- a/public/css/modules/progressbar.css +++ b/public/css/modules/progressbar.css @@ -3,10 +3,10 @@ height: 4px; display: block; width: 100%; - background-color: var(--secondary-background); - border-radius: 2px; - margin: 0.5rem 0 1rem 0; - overflow: hidden; + background-color: var(--secondary-background); + border-radius: 2px; + margin: 0.5rem 0 1rem 0; + overflow: hidden; } .progress .determinate {