summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors1n <[email protected]>2019-11-02 22:21:28 -0700
committers1n <[email protected]>2019-11-02 22:21:28 -0700
commit093574e6df4c1ceb68fe6121c65e90356fd0f91e (patch)
treeba25561b43241260eaba7a7bf07fca57094ae9ee
parentmake konami available on mobile (diff)
downloads1n.pw-admin-093574e6df4c1ceb68fe6121c65e90356fd0f91e.tar.xz
s1n.pw-admin-093574e6df4c1ceb68fe6121c65e90356fd0f91e.zip
try to fix mobile spacing on bigger devices
-rw-r--r--css/main.css7
-rw-r--r--konami/css/main.css7
2 files changed, 14 insertions, 0 deletions
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 <a> tags from index.html, so it wouldn't change the values for other <a> 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
diff --git a/konami/css/main.css b/konami/css/main.css
index 13371b4..1b29ce4 100644
--- a/konami/css/main.css
+++ b/konami/css/main.css
@@ -294,4 +294,11 @@ svg {
margin: auto;
width: 86.21%;
}
+}
+
+@media(max-width: 411px) {
+ main {
+ margin: auto;
+ width: 89.21%;
+ }
} \ No newline at end of file