Skip to content

Commit

Permalink
Refs #140518 - Improve section tabs spacing on smaller screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Dec 20, 2021
1 parent f0a998e commit 1ca76e0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,26 @@ div#page-document {
}
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
div.content-section-tabs.menu {
a.item {
margin-right: 1.5em !important;
}
}
}

@media screen and (max-width: 1000px) {
div.content-section-tabs.menu {
a.item {
margin-right: 0.5em !important;

span.count {
font-size: 10px !important;
}
}
}
}

@media screen and (max-width: 600px) {
.ui.basic.segment.content-area .ui.container#page-document {
padding: 0px 5px 0px 5px !important;
Expand Down

0 comments on commit 1ca76e0

Please sign in to comment.