From 3431d4bc31f40723a7b6e679fc85b31530b7a907 Mon Sep 17 00:00:00 2001 From: Violet Date: Tue, 7 Nov 2023 21:04:48 +0000 Subject: [PATCH] Reponsiv --- static/index.html | 13 ++++++------- static/style.css | 8 ++++++-- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/static/index.html b/static/index.html index dbe8118..74cc4bb 100644 --- a/static/index.html +++ b/static/index.html @@ -13,9 +13,8 @@ -

Welcome to Violet's Purgatory

-
+ +

Violet

@@ -26,15 +25,15 @@

Gender: Non-binary

Game & web developer

-
+

-

Fediverse: @Bingus_Violet@tech.lgbt

+

Fediverse: @Bingus_Violet@tech.lgbt

Socials

Pronouns


-

Ko-Fi: Ko-Fi: bingus_violet - Please donate!

-

If you have any problems with the site, put up an issue on If you have any problems with the site, put up an issue on codeberg!

diff --git a/static/style.css b/static/style.css index fabb71b..59f26aa 100644 --- a/static/style.css +++ b/static/style.css @@ -17,11 +17,14 @@ h2 { font-size: 2rem; } -body { +body, html { margin: auto; background-color: rgb(30, 5, 60); width: 100vw; height: 100vh; + margin: 0; + padding: 0; + overflow: hidden } .fadediv { @@ -97,7 +100,8 @@ hr { border: 2px white solid; margin: auto; max-width: 1000px; - width: 90%; + width: 98%; + } /* I am so sorry about this code,,, */