Mobile sizing tweaks

This commit is contained in:
RichardG867
2024-11-08 21:31:58 -03:00
parent 9a95925859
commit 1ffac0db35
2 changed files with 2 additions and 2 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=640, initial-scale=0.5">
<meta name="viewport" content="width=768" />
<!--[if !IE]><!-->
<link rel="stylesheet" href="/assets/css/style.css" media="screen">
<link rel="stylesheet" href="/assets/css/style-print.css" media="print">

View File

@@ -110,7 +110,7 @@ body > footer > div > #reduced {
}
@media (max-width: 768px) {
body > footer {
padding: 10pt;
padding: 50pt;
font-size: 20pt;
}
}