[PATCH htdocs] add meta viewport settings for mobile devices
Mike Frysinger
vapier@gentoo.org
Wed Dec 20 01:48:00 GMT 2023
This makes pages much more readable by default on mobile devices.
--- index.html 10 Jun 2019 22:28:29 -0000 1.30
+++ index.html 20 Dec 2023 01:46:40 -0000
@@ -1,6 +1,7 @@
<html>
<head>
<title>CGEN</title>
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/cgen/attachments/20231219/b386c4f9/attachment.sig>
More information about the Cgen
mailing list