]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Scale to screen size.
authorWill Budic <redacted>
Wed, 31 Jul 2024 20:40:25 +0000 (06:40 +1000)
committerWill Budic <redacted>
Wed, 31 Jul 2024 20:40:25 +0000 (06:40 +1000)
htdocs/cgi-bin/wsrc/effects.css

index e8f855b7b7a904399cbf710133333cd69119fe6e..cbe2a31e30108842cbbfc541fa3d6c982689723d 100644 (file)
@@ -1,3 +1,9 @@
+@media screen and (min-width: 1920px) { 
+    html {
+        transform: scale(1.2);
+    }
+ }
+
 
 #index_head {
     letter-spacing: .1em;
@@ -54,4 +60,5 @@
 
 .menu_head {
     border: 2px solid #00000017;
-}
\ No newline at end of file
+}
+