Proper responsive layout for mobile and many other CSS improvements

This commit is contained in:
RichardG867
2025-10-26 18:09:18 -03:00
parent 9a04fd84d3
commit 1c15385aa4
2 changed files with 71 additions and 47 deletions

View File

@@ -23,7 +23,7 @@
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" href="/assets/images/favicon.png" type="image/png">
<meta name="theme-color" content="#ff4848">
<meta name="viewport" content="width=768" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if !IE]><!-->
<link rel="stylesheet" href="/assets/css/style.css" media="screen">
<link rel="stylesheet" href="/assets/css/style-print.css" media="print">