public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* [PATCH htdocs] add meta viewport settings for mobile devices
@ 2023-12-20  1:48 Mike Frysinger
  2023-12-22 12:29 ` Jose E. Marchesi
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2023-12-20  1:48 UTC (permalink / raw)
  To: cgen

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

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>
 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH htdocs] add meta viewport settings for mobile devices
  2023-12-20  1:48 [PATCH htdocs] add meta viewport settings for mobile devices Mike Frysinger
@ 2023-12-22 12:29 ` Jose E. Marchesi
  0 siblings, 0 replies; 2+ messages in thread
From: Jose E. Marchesi @ 2023-12-22 12:29 UTC (permalink / raw)
  To: Mike Frysinger via Cgen; +Cc: Mike Frysinger


OK.  Thanks.

> 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>
>  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-22 12:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-20  1:48 [PATCH htdocs] add meta viewport settings for mobile devices Mike Frysinger
2023-12-22 12:29 ` Jose E. Marchesi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).