Increase size of the "..." button

This commit is contained in:
David Rowe 2018-08-23 11:14:21 +12:00
parent 6dcce0e953
commit 335eb98bb7

View file

@ -80,23 +80,24 @@ footer {
text-align: center; text-align: center;
color: #e3e3e3; color: #e3e3e3;
font-weight: bold; font-weight: bold;
font-size: 26px;
} }
footer div { footer div {
display: inline-block; display: inline-block;
height: 12px; height: 14px;
width: 24px; width: 30px;
position: relative; position: relative;
top: 16px; top: 14px;
} }
footer div p { footer div p {
position: relative; position: relative;
top: -8px; top: -15px;
} }
footer .button:hover { footer .button:hover {
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
border-radius: 2px; border-radius: 3px;
margin: -1px; margin: -8px;
} }