mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-19 03:10:24 +00:00
tabs: fix wrapping when having many tabs #272
This commit is contained in:
parent
82585f1941
commit
34701d6102
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
}
|
}
|
||||||
#body .tab-nav-button:not(.active) {
|
#body .tab-nav-button:not(.active) {
|
||||||
border-bottom-color: rgba( 134, 134, 134, .1 );
|
border-bottom-color: rgba( 134, 134, 134, .1 );
|
||||||
margin-top: 7px;
|
margin-top: 8px;
|
||||||
padding-bottom: 2px !important;
|
padding-bottom: 2px !important;
|
||||||
padding-top: 2px !important;
|
padding-top: 2px !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue