diff options
| -rw-r--r-- | p/themes/base-theme/template.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 05252f9a5..226d06f59 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -685,10 +685,11 @@ br { #bigMarkAsRead { display: block; width: 100%; - padding: 1em 0 100% 0; - padding: 1em 0 100vh 0; text-align: center; font-size: 1.4em; + padding: 1em 0 50px 0; + margin: 0 0 100% 0; + margin: 0 0 100vh 0; } .bigTick { font-size: 4em; |
