Made pages mobile compatible

This commit is contained in:
2025-01-26 14:11:23 +01:00
parent 1a1d49b83f
commit 475c3458df
7 changed files with 46 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
margin-top: 30px;
}
@media screen and (max-width: var(--mobile-width)) {
@media screen and (max-width: 750px) {
#about {
grid-template-columns: unset;
grid-template-rows: repeat(2, max-content);