idk whats in this commit but something changed

This commit is contained in:
Christian
2021-01-05 10:51:31 -05:00
parent 94e4269b16
commit 6a0494ccd4
2 changed files with 11 additions and 6 deletions

View File

@@ -49,11 +49,11 @@ div.contact:hover {
}
@media screen and (max-width:500px) {
.contact {
width: 100%;
}
:root {
width: 80%;
}
.contact {
width: 100%;
}
:root {
width: 95%;
}
}