From e31433d941975fe1a14cb4f60becaf5b69285df8 Mon Sep 17 00:00:00 2001 From: Ada Date: Sun, 14 May 2023 02:53:37 +0200 Subject: [PATCH] fix --- index.html | 3 --- ui.css | 23 +++++++++++------------ 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index 8b33a93..78f2170 100644 --- a/index.html +++ b/index.html @@ -7,14 +7,12 @@ Ada -

Site of a random human

-

~/ Whoami

@@ -34,6 +32,5 @@

If you want to contact me (don't hesitate), i y have a mail TODO. I have some useless project on my Github

-
diff --git a/ui.css b/ui.css index d4815b2..2bd39bc 100644 --- a/ui.css +++ b/ui.css @@ -1,27 +1,26 @@ - :root { --main-width: 85vw; - } +} - /* large screen */ - @media only screen and (min-width: 868px) { - :root { - --main-width: 50vw; - } - } +/* large screen */ +@media only screen and (min-width: 868px) { + :root { + --main-width: 50vw; + } +} - html { +html { font-family: Noto Sans; scroll-behavior: smooth; color: #C71585; - } +} - .content { +body { max-width: var(--main-width); margin-left: auto; margin-right: auto; - } +} \ No newline at end of file