width=480pxでdividerが非表示になっていなかった

This commit is contained in:
moris 2025-03-03 12:32:58 +09:00
parent af5e49cea1
commit 88efcfe931

View file

@ -308,7 +308,7 @@
margin: 3px 0;
background-color: currentColor;
grid-area: 1 / 2;
@media(480px<width<1000px){
@media(480px<=width<1000px){
display: none;
}
}