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%;
}
}