diff --git a/components/Sidebar.vue b/components/Sidebar.vue index a79b670..b314a6f 100644 --- a/components/Sidebar.vue +++ b/components/Sidebar.vue @@ -25,7 +25,7 @@ } } -@media (max-width: 500px) { +@media (max-width: 600px) { .sidebar { display:grid; grid-template-columns: repeat(auto-fit, minmax(6rem,1fr));