Fix responsiveness

This commit is contained in:
Alexis Hassler 2019-06-22 10:05:34 +02:00
parent 07f1eca644
commit 47f750411b
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }} - {{ site.title }}</title>
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="/css/main.css" />

View File

@ -2,6 +2,7 @@ body {
font-family: sans-serif;
background: #acabab;
color: black;
font-size: 1.2rem;
}
#main {
@ -78,7 +79,7 @@ a {
pre, code {
font-family: monospace;
font-size: 0.9rem;
font-size: 1rem;
a {
color: #5a5a5a;