From 6fd8ebc18804d14f51c174d47197f88331b336cd Mon Sep 17 00:00:00 2001 From: IDeletedSystem64 Date: Tue, 26 Apr 2022 16:47:44 -0500 Subject: [PATCH] Awww yeah babey better intro styling on mobile! --- styles/stylemain.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/styles/stylemain.css b/styles/stylemain.css index 6565d68..8d9cc4c 100644 --- a/styles/stylemain.css +++ b/styles/stylemain.css @@ -58,7 +58,7 @@ input:active { /* I'm mad that I have to make this mobile-compatible, Lol. https://twitter.com/IDeleteSystem64/status/1512218098325147655?s=20&t=Hz4V-vxmywYwTMvuBbCAZQ */ @media only screen and (max-width: 980px) { p.intro { - font-size: 10vw; + font-size: 8vw; } header { height: 75px; @@ -67,11 +67,16 @@ input:active { font-size: 60px; padding-left: 25%; } - input { font-size: 7vw; min-width: 110%; max-width: 110%; /* I lack the understanding as to why I have to set a mix/max, but its also nearly midnight as I'm writing this and I should probably go to bed. */ } + p.info { + font-family: 'Share Tech Mono', monospace; + color: white; + font-size: 5vw; + text-align: center; + } } \ No newline at end of file