サイドバーの位置調整

This commit is contained in:
moris 2025-01-28 01:41:27 +09:00
parent 71f112105c
commit 3cd6b8a0e9

View File

@ -141,6 +141,8 @@
min-width: 280px;
max-width: 320px;
margin: 25px 0 40px 0;
@media (width<1000px) {
display: none;
}
@ -150,7 +152,7 @@
flex-direction: column;
row-gap: 20px;
position: sticky;
top: 70px;
top: 60px;
}
& #side>* {
background-color: var(--grid-color);