Made pages mobile compatible
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user