diff options
Diffstat (limited to 'p/themes/base-theme/frss.css')
| -rw-r--r-- | p/themes/base-theme/frss.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index a284c53a6..77773a1cd 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -63,7 +63,7 @@ html, body { } main.prompt { - margin: 3rem auto; + margin: 3rem auto 0; padding: 2rem; max-width: 400px; min-width: 300px; @@ -71,6 +71,17 @@ main.prompt { text-align: center; } +main.prompt .link-registration { + padding: 1rem 0 0; + margin-bottom: 3rem; +} + +footer.main-footer { + margin: 0 2rem 2rem; + padding: 1rem; + text-align: center; +} + /*=== Links */ a { text-decoration: none; @@ -367,7 +378,6 @@ td.numeric { .prompt form { margin-top: 2rem; - margin-bottom: 3rem; text-align: left; } |
