Small tab improvements

This commit is contained in:
MrTimscampi 2020-02-02 11:56:45 +01:00
parent d104d03e5c
commit c9de45e55a
3 changed files with 17 additions and 6 deletions

View file

@ -275,7 +275,7 @@
@media all and (min-width: 84em) {
.headerTop {
padding: 1.25em 1.25em;
padding: 0.8em 0.8em;
}
.headerTabs {
@ -288,9 +288,8 @@
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
margin-top: -3em;
position: relative;
top: -0.35em;
margin-top: -4.3em;
}
.libraryPage:not(.noSecondaryNavPage) {
@ -768,7 +767,8 @@
@media all and (min-width: 62.5em) {
.headerTop {
padding: 0.8em 0;
padding-left: 0.8em;
padding-right: 0.8em;
}
.headerTabs {
@ -776,7 +776,7 @@
width: auto;
align-items: center;
justify-content: center;
margin-top: -3.34em;
margin-top: -4.3em;
position: relative;
}