From 093574e6df4c1ceb68fe6121c65e90356fd0f91e Mon Sep 17 00:00:00 2001 From: s1n Date: Sat, 2 Nov 2019 22:21:28 -0700 Subject: try to fix mobile spacing on bigger devices --- css/main.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'css') diff --git a/css/main.css b/css/main.css index fae7cfc..1371ca0 100644 --- a/css/main.css +++ b/css/main.css @@ -212,6 +212,13 @@ main { } } +@media(max-width: 411px) { + main { + margin: auto; + width: 89.21%; + } +} + /* I was trying to figure out how to only call the tags from index.html, so it wouldn't change the values for other tags, and I tried everything, ** or so I thought, and I figured out I had to do `.links a` by scrolling up and saw `.loader row span` which wasn't even the correct syntax but I removed ** the `row` and IT WORKED! I actually got so happy lol. - 2:15 AM, 8/7/2019 -- cgit v1.2.3