move avatar to top of screen when screen is smol
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-10-13 13:19:28 +02:00
parent 7690c3d56c
commit 010fbabb48
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -60,8 +60,11 @@ main {
main {
margin-inline: 0;
}
.avatar {
visibility: hidden;
float: none;
width: 80px;
transform: translate(-350px, -50px);
}
}