Update index.scss

Remaining `.grid` in the media section updated to `.grid-3`
This commit is contained in:
Louis Hollingworth 2022-05-24 19:34:03 +01:00 committed by GitHub
parent 7592a99846
commit a96fbb524d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@
}
@media (max-width: 600px) {
.grid {
.grid-3 {
width: 90%;
grid-template-columns: 1fr 1fr;
}