mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 02:39:24 +01:00
fix #1314: change max-width in material theme
This commit is contained in:
parent
a15692b1b7
commit
b69fc0628a
@ -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 New Issue
Block a user