mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 09:05:35 -07:00
Mobile sizing tweaks
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -110,7 +110,7 @@ body > footer > div > #reduced {
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
body > footer {
|
||||
padding: 10pt;
|
||||
padding: 50pt;
|
||||
font-size: 20pt;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user