Reduce tabs margin (#2476)

This commit is contained in:
Denis Bykhov 2022-12-27 13:37:35 +06:00 committed by GitHub
parent 8c33350c3f
commit 46a79564ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@
.container { .container {
flex-shrink: 0; flex-shrink: 0;
flex-wrap: nowrap; flex-wrap: nowrap;
margin-bottom: 2.5rem; margin-bottom: 0.5rem;
width: 100%; width: 100%;
height: 4.5rem; height: 4.5rem;
border-bottom: 1px solid var(--theme-menu-divider); border-bottom: 1px solid var(--theme-menu-divider);