We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a95925 commit 1ffac0dCopy full SHA for 1ffac0d
_includes/header.html
@@ -23,7 +23,7 @@
23
<link rel="shortcut icon" href="/favicon.ico">
24
<link rel="icon" href="/assets/images/favicon.png" type="image/png">
25
<meta name="theme-color" content="#ff4848">
26
- <meta name="viewport" content="width=640, initial-scale=0.5">
+ <meta name="viewport" content="width=768" />
27
<!--[if !IE]><!-->
28
<link rel="stylesheet" href="/assets/css/style.css" media="screen">
29
<link rel="stylesheet" href="/assets/css/style-print.css" media="print">
assets/css/style.css
@@ -110,7 +110,7 @@ body > footer > div > #reduced {
110
}
111
@media (max-width: 768px) {
112
body > footer {
113
- padding: 10pt;
+ padding: 50pt;
114
font-size: 20pt;
115
116
0 commit comments