fix paddings on mobile

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

View File

@@ -431,9 +431,13 @@ nav .nav-btn {
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 {