From a0390f51c9cd695b8ab6629234f29adcd4fc61c5 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 7 Jan 2023 01:41:30 -0500 Subject: fix: use tabs instead of space --- src/css/guzzle.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/css') diff --git a/src/css/guzzle.css b/src/css/guzzle.css index ac224f2..552b749 100644 --- a/src/css/guzzle.css +++ b/src/css/guzzle.css @@ -1,13 +1,13 @@ body { - background-color: tan; - font-family: monospace; + background-color: tan; + font-family: monospace; } .content p,li { - font-size: large; + font-size: large; } #vidya { - display: flex; - justify-content: center; + display: flex; + justify-content: center; } -- cgit v1.2.3