💄 consistent section spacing on mobile

This commit is contained in:
DrMaxNix 2024-02-09 13:11:07 +01:00
parent e7e654c7aa
commit 07b9918a60
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ a {
@media only screen and (max-width: 1000px) {
.page-content {
padding: 1rem;
gap: 1rem;
}
}