Fix CSS again!
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Captain ALM 2022-08-17 00:19:53 +01:00
parent d6ebbfcb20
commit 42f578d5a3
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
1 changed files with 2 additions and 3 deletions

View File

@ -33,7 +33,6 @@ 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;
@ -163,7 +162,7 @@ main{
box-sizing: content-box; box-sizing: content-box;
position: fixed; position: fixed;
text-align: center; text-align: center;
top: 66px; top: 70px;
left: 20px; left: 20px;
max-height: 100%; max-height: 100%;
width: 230px; width: 230px;
@ -300,7 +299,7 @@ main{
margin: 10px; margin: 10px;
} }
} }
@media (min-width: 660px){ @media (min-width: 680px){
.nav{ .nav{
max-height: none; max-height: none;
top: 0; top: 0;