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

This commit is contained in:
Captain ALM 2022-07-27 00:53:56 +01:00
parent ee7e4c6d05
commit 220a2f5645
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -23,13 +23,15 @@ main{
} }
.home-button{ .home-button{
display: inline-block; display: inline-block;
width: 80px; width: 82px;
height: 76px; height: 82px;
overflow: hidden; overflow: hidden;
} }
.home-button > div{ .home-button > div{
font-size: 60px; font-size: 60px;
padding: 8px 10px; padding: 10px;
vertical-align: top;
text-align: center;
} }
.nav{ .nav{
width: 100%; width: 100%;