Merge pull request #1325 from wallabag/v2-fix-1314

fix #1314: change max-width in material theme
This commit is contained in:
Jeremy Benoist 2015-08-12 13:31:34 +02:00
commit 9f1d650ae8

View file

@ -188,7 +188,7 @@ main ul.row {
#article {
font-size: 20px;
margin: 0px auto;
max-width: 30em;
max-width: 40em;
}
.reader-mode {
@ -268,4 +268,4 @@ main ul.row {
.nb-results {
display: none;
}
}
}