diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-08-12 13:31:34 +0200 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-08-12 13:31:34 +0200 |
commit | 9f1d650ae8c98bec73f233f5e9e103747cefa7e3 (patch) | |
tree | 16bc61195edefe1038853a6316c57daedb1c85af /src | |
parent | a8596c35c8db3c7e560f5af4fb0b6259f2241b50 (diff) | |
parent | b69fc0628ad8bf9aa9d4ae94da5f6c3eab1677db (diff) | |
download | wallabag-9f1d650ae8c98bec73f233f5e9e103747cefa7e3.tar.gz wallabag-9f1d650ae8c98bec73f233f5e9e103747cefa7e3.tar.zst wallabag-9f1d650ae8c98bec73f233f5e9e103747cefa7e3.zip |
Merge pull request #1325 from wallabag/v2-fix-1314
fix #1314: change max-width in material theme
Diffstat (limited to 'src')
-rwxr-xr-x | src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css index 25ec0bfc..bf7e667e 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css | |||
@@ -188,7 +188,7 @@ main ul.row { | |||
188 | #article { | 188 | #article { |
189 | font-size: 20px; | 189 | font-size: 20px; |
190 | margin: 0px auto; | 190 | margin: 0px auto; |
191 | max-width: 30em; | 191 | max-width: 40em; |
192 | } | 192 | } |
193 | 193 | ||
194 | .reader-mode { | 194 | .reader-mode { |
@@ -268,4 +268,4 @@ main ul.row { | |||
268 | .nb-results { | 268 | .nb-results { |
269 | display: none; | 269 | display: none; |
270 | } | 270 | } |
271 | } \ No newline at end of file | 271 | } |