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/about.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'static/styles/risotto/about.css') diff --git a/static/styles/risotto/about.css b/static/styles/risotto/about.css index f93c940d..4c86d76d 100644 --- a/static/styles/risotto/about.css +++ b/static/styles/risotto/about.css @@ -1,26 +1,26 @@ /* About/bio section */ .about__logo { - height: 1.5rem; + height: 1.5rem; } .about__title { - display: inline; - vertical-align: top; + display: inline; + vertical-align: top; } .about__title::before { - content: none; + content: none; } /* Social media links */ .aside__social-links { - padding: 0; + padding: 0; } .aside__social-links li { - display: inline-block; + display: inline-block; } .aside__social-links li::marker { - content: none; + content: none; } -- cgit v1.2.3