mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-08 23:12:23 +00:00
fix #1314: change max-width in material theme
This commit is contained in:
parent
a15692b1b7
commit
b69fc0628a
1 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ main ul.row {
|
||||||
#article {
|
#article {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
max-width: 30em;
|
max-width: 40em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reader-mode {
|
.reader-mode {
|
||||||
|
@ -268,4 +268,4 @@ main ul.row {
|
||||||
.nb-results {
|
.nb-results {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue