diff --git a/pskb_website/static/css/base.css b/pskb_website/static/css/base.css index ebcabcd..78e1bb4 100644 --- a/pskb_website/static/css/base.css +++ b/pskb_website/static/css/base.css @@ -846,6 +846,11 @@ td.login-name { top: 10px; right: 5px; } + + /* Clear social share buttons that show up at bottom on mobile. */ + #signup-row { + bottom: 50px; + } }