From 998b63a35256ac985a5a2714dd1ca451af4dfd8a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 9 Oct 2024 00:41:20 -0700 Subject: chore(prettier): use spaces instead of tabs --- static/styles/risotto/header.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'static/styles/risotto/header.css') diff --git a/static/styles/risotto/header.css b/static/styles/risotto/header.css index 24f1a0e7..3a2e86de 100644 --- a/static/styles/risotto/header.css +++ b/static/styles/risotto/header.css @@ -1,17 +1,17 @@ /* Main menu */ .main-nav ul { - display: flex; - flex-flow: row wrap; - justify-content: flex-start; - margin: 0; - padding: 0.25rem 0; + display: flex; + flex-flow: row wrap; + justify-content: flex-start; + margin: 0; + padding: 0.25rem 0; } .main-nav li { - margin-left: 2.5rem; - text-transform: lowercase; + margin-left: 2.5rem; + text-transform: lowercase; } .main-nav li::marker { - content: './'; + content: './'; } -- cgit v1.2.3