Skip to content

Commit 1ffac0d

Browse files
committed
Mobile sizing tweaks
1 parent 9a95925 commit 1ffac0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<link rel="shortcut icon" href="/favicon.ico">
2424
<link rel="icon" href="/assets/images/favicon.png" type="image/png">
2525
<meta name="theme-color" content="#ff4848">
26-
<meta name="viewport" content="width=640, initial-scale=0.5">
26+
<meta name="viewport" content="width=768" />
2727
<!--[if !IE]><!-->
2828
<link rel="stylesheet" href="/assets/css/style.css" media="screen">
2929
<link rel="stylesheet" href="/assets/css/style-print.css" media="print">

assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ body > footer > div > #reduced {
110110
}
111111
@media (max-width: 768px) {
112112
body > footer {
113-
padding: 10pt;
113+
padding: 50pt;
114114
font-size: 20pt;
115115
}
116116
}

0 commit comments

Comments
 (0)