From 84da379efe9b5a8da3cd5f752ed9e07b5a908402 Mon Sep 17 00:00:00 2001 From: waifu Date: Sat, 27 Apr 2024 00:20:35 -0300 Subject: [PATCH] change so default style is only font --- default_style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/default_style.css b/default_style.css index aff32a7..b0b217f 100644 --- a/default_style.css +++ b/default_style.css @@ -1,11 +1,5 @@ body, html{ font-family: CustomFont, sans-serif; /* Use the custom font as the fallback */ - height: 100%; - margin: 0; - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; } @font-face { font-family: CustomFont;