fix paddings on mobile

This commit is contained in:
2024-11-12 17:43:00 +01:00
parent aaaf08ac23
commit d40283f91c

View File

@@ -430,10 +430,14 @@ nav .nav-btn {
line-height: 1.5rem; line-height: 1.5rem;
height: 3.1rem; height: 3.1rem;
} }
.profile {
margin-top: 15%;
}
.content { .content {
font-size: 1.15rem; font-size: 1.15rem;
padding: 15% 5% 0; padding: 5% 5% 0;
} }
img { img {