diff --git a/css/index.css b/css/index.css index 86c8ba0..3903c7b 100644 --- a/css/index.css +++ b/css/index.css @@ -105,9 +105,11 @@ body { font-size: 1.75rem; color: var(--overlay-1); display: inline-block; - margin-left: -1rem; + + } + .intro-text { padding: 1vh; @@ -115,10 +117,10 @@ body { @media (max-width: 600px) { .intro { - margin-top: 10vh; - color: var(--text); - text-align: center; - padding: 5vh + margin-top: 10vh; + color: var(--text); + text-align: center; + padding: 5vh } .intro-text { @@ -126,3 +128,14 @@ body { padding: 1vh; } } + +.desktop-break { + display: none; +} + +@media (min-width: 768px) { + .desktop-break { + display: block; + } +} + diff --git a/index.html b/index.html index 93074f4..e455162 100644 --- a/index.html +++ b/index.html @@ -41,10 +41,13 @@
Hi, I'm
Ari
+
(She/They)
A 17 Year Old devloper from England, United Kingdom who rarely actually does devlopment work, and just tries to help out whenever she can. +
+