Update index.scss
Remaining `.grid` in the media section updated to `.grid-3`
This commit is contained in:
parent
7592a99846
commit
a96fbb524d
|
@ -36,7 +36,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
.grid {
|
.grid-3 {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue