Re: [PATCH htdocs] add meta viewport settings for mobile devices
"Jose E. Marchesi via Cgen" <[email protected]> Fri, 22 Dec 2023 13:29:09 +0100
| Newsgroups | gmane.comp.tools.cgen.devel |
|---|---|
| Message-ID | <[email protected]> |
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> >