maybe fixing this ancient typo will do something good?

This commit is contained in:
2024-11-03 02:47:07 +00:00
parent 050be0008b
commit 2381302dec

View File

@@ -106,7 +106,7 @@ div.app:hover {
opacity: 1; opacity: 1;
} }
@media screen and (max-width:500px) { @media screen and (max-width:500px) {
.contact { .contacts {
width: 100%; width: 100%;
grid-template-areas: 'one two'; grid-template-areas: 'one two';
} }