index: Use a single grid column on narrow screens
This commit is contained in:
parent
c6b240213f
commit
4477287843
1 changed files with 6 additions and 0 deletions
|
|
@ -132,3 +132,9 @@ img.five { animation-delay: -30s; }
|
|||
transform: rotate3d(0, 1, 0, 360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
body {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue