From 229c6e2dfb2b7ebc4750b5ffb0dea02273262766 Mon Sep 17 00:00:00 2001 From: Maarten Weyns Date: Wed, 3 Apr 2024 16:17:37 +0200 Subject: [PATCH] Change CSS indentation to tab --- static/fpc/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/fpc/style.css b/static/fpc/style.css index ca6b6a9..be16621 100644 --- a/static/fpc/style.css +++ b/static/fpc/style.css @@ -110,12 +110,12 @@ table.title { } body { - background-color: black; - max-width: 1200px; + background-color: black; + max-width: 1200px; } html { - display: flex; - flex-direction: column; - align-items: center; + display: flex; + flex-direction: column; + align-items: center; } \ No newline at end of file