changed read_comic page width to auto to make better use of space.

margins were way too wide. and we could use that space on tablets.
This commit is contained in:
2015-07-29 17:25:20 +01:00
parent a2f11c6ba3
commit 231fcb4c27
3 changed files with 7 additions and 3 deletions

View File

@@ -23,7 +23,9 @@ body {
height: 60px;
background-color: #f5f5f5;
}
.comic_box {
width: auto;
}
#dropdown-list{
max-height: 300px;