diff --git a/sass/style.scss b/sass/style.scss index 1aa4ef0..8577bb5 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -89,3 +89,7 @@ a { &:hover { text-decoration: underline } } + +@media screen and (max-width: 50em) { + body { grid-template-columns: auto } +}