mirror of
https://github.com/wallabag/wallabag.git
synced 2025-04-25 19:34:07 +00:00
Merge pull request #4775 from Simounet/feat/article-mobile-padding-bottom
Padding bottom added to article content on mobile
This commit is contained in:
commit
0672c0e038
3 changed files with 3 additions and 2 deletions
|
@ -54,6 +54,7 @@
|
||||||
max-width: 35em;
|
max-width: 35em;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
padding-bottom: 100px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
|
||||||
> header > h1 {
|
> header > h1 {
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue