diff --git a/views/scroller.html b/views/scroller.html index 329c17f..30ba957 100644 --- a/views/scroller.html +++ b/views/scroller.html @@ -332,6 +332,7 @@ .scroll-btn { display: flex; flex-direction: column; align-items: center; gap: 3px; cursor: pointer; text-decoration: none; color: #fff; background: none; border: none; padding: 0; + margin: 0; box-sizing: border-box; width: 56px; height: 62px; justify-content: flex-start; transition: transform .12s; } /*.scroll-btn:hover { transform: scale(1.14); }*/