- Fix iframe scaling

Tue, 25 Feb 2020 22:38:09 -0700

author
Glitchvid <Glitchvid@glitchvid.com>
date
Tue, 25 Feb 2020 22:38:09 -0700
changeset 12
3851c5fc3f1e
parent 11
a7ec085cb81f
child 13
ccd2b8b0a4ee

- Fix iframe scaling
- Fix viewport default zoom

index.html file | annotate | diff | comparison | revisions
styles.css file | annotate | diff | comparison | revisions
--- a/index.html	Mon Feb 17 00:42:56 2020 -0700
+++ b/index.html	Tue Feb 25 22:38:09 2020 -0700
@@ -2,7 +2,7 @@
 <html>
 	
 <head> 
-<meta name=viewport content="width=device-width, initial-scale=1" charset="UTF-8">
+<meta name=viewport content="width=device-width, initial-scale=0.75" charset="UTF-8">
 <meta name="robots" content="noindex">
 <link rel="icon" type="image/png" href="https://static.glitchvid.com/favicon.png">
 <link rel="stylesheet" href="styles.css">
--- a/styles.css	Mon Feb 17 00:42:56 2020 -0700
+++ b/styles.css	Tue Feb 25 22:38:09 2020 -0700
@@ -63,6 +63,7 @@
 	margin: 0.25em;
 	margin-top: 0em;
 	margin-bottom: 0em;
+	max-width: 100%;
 }
 
 body {

mercurial