[chore] fix profile spacing on very small screens (#1050)

This commit is contained in:
f0x52 2022-11-15 15:35:24 +01:00 committed by GitHub
parent a39a664525
commit fece7fa706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,6 +171,7 @@ main {
}
.basic {
margin-top: calc(-22vw + 1rem);
height: initial;
display: flex;
flex-direction: column;