Fix width on small screens
This commit is contained in:
@@ -127,6 +127,7 @@ body{
|
||||
}
|
||||
.page_body {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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" />
|
||||
|
Reference in New Issue
Block a user