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