Mobile CSS fixes
This commit is contained in:
@@ -7,6 +7,12 @@ body {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
body {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-size: 1em;
|
||||
margin: 1em 0;
|
||||
|
||||
@@ -3,4 +3,5 @@
|
||||
<title>{{ .Site.Title }}</title>
|
||||
{{ $css := resources.Get "css/style.scss" | toCSS | minify | fingerprint }}
|
||||
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user