Fix width on small screens

This commit is contained in:
Wim Brand
2019-09-19 09:43:31 +02:00
parent 60819849e6
commit a895751d3b
2 changed files with 2 additions and 1 deletions

View File

@@ -127,6 +127,7 @@ body{
}
.page_body {
left: 0;
width: 100%;
}
}

View File

@@ -2,7 +2,7 @@
<title>{{.}} ~ PixelDrain</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<link rel="stylesheet" href="/res/style/layout.css?v3" />
<link rel="stylesheet" href="/res/style/layout.css?v4" />
<link rel="shortcut icon" href="/res/img/tray32.png" />
<meta name="theme-color" content="#75AD38" />
<link rel="icon" sizes="180x180" href="/res/img/pixeldrain.png" />