Update CSS.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Captain ALM 2022-08-16 23:04:17 +01:00
parent 14e8d1e9e9
commit d6ebbfcb20
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -33,6 +33,7 @@ main{
position: fixed; position: fixed;
top: 0; top: 0;
width: 100%; width: 100%;
height: 68px;
z-index: 100; z-index: 100;
border-style: solid; border-style: solid;
border-width: 0 0 2px; border-width: 0 0 2px;
@ -40,7 +41,7 @@ main{
.home-button, .sort-button{ .home-button, .sort-button{
display: inline-block; display: inline-block;
width: 84px; width: 84px;
height: 62px; height: 66px;
overflow: hidden; overflow: hidden;
text-align: center; text-align: center;
} }
@ -114,7 +115,7 @@ main{
} }
.menu a{ .menu a{
display: block; display: block;
padding: 20px 18px; padding: 24px 16px;
} }
.hmb{ .hmb{
cursor: pointer; cursor: pointer;