Change padding-bottom from 5px to 20px

This commit is contained in:
elweyn 2023-03-15 12:17:10 +01:00
parent 6223edcb20
commit 19b81a85b1

View File

@ -346,7 +346,7 @@ export default {
position: fixed; position: fixed;
z-index: 6; z-index: 6;
margin-top: -35px; margin-top: -35px;
padding: 20px 10px 5px 10px; padding: 20px 10px 20px 10px;
background-color: #f5f4f6; background-color: #f5f4f6;
} }
@media screen and (max-width: 656px) { @media screen and (max-width: 656px) {