]> git.ekhem.eu.org Git - website.git/commitdiff
Enable responsive resizing.
authorJakub Czajka <jakub@ekhem.eu.org>
Sun, 18 Jun 2023 15:33:27 +0000 (17:33 +0200)
committerJakub Czajka <jakub@ekhem.eu.org>
Sun, 18 Jun 2023 15:33:27 +0000 (17:33 +0200)
Improves rendering on different screen sizes.

index.html

index 0c4e706e7c32c22a403df7274a98688fdf82957e..0b4f71777557048e405265348fac01938263c193 100644 (file)
@@ -2,6 +2,7 @@
 <html>
 <head>
   <title>Ekhem</title>
+  <meta name="viewport" content="heigth=device-height, width=device-width, initial-scale=1.0">
 </head>
 <body>
   <a>Hello World</a>