Move the action box down

Repositioned the #action-box down so it isn't hidden by the navigation
bar when the <noscript> element is shown.
lektura
Eric Cornelissen 2018-03-14 22:16:00 +01:00
parent ca61128a3f
commit d4ba64c8ac
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ a:hover {
/* FLOATING SIGNATURE BOX */
#action-box {
position: fixed;
top: 60px;
top: 96px;
left: 0px;
background: rgba(64,166,46,0.8);
color: #fff;