Skip to content

Commit

Permalink
nav pill refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeexgreeen committed Dec 22, 2024
1 parent cc9286d commit b7582e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions ckan/public-midnight-blue/base/css/main-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -12419,10 +12419,11 @@ a.tag:hover {
padding: 0.5rem 1rem;
gap: 0.5rem;
border-radius: 8px;
flex: 1 0 auto;
}
@media (min-width: 768px) {
@media (min-width: 992px) {
.nav-pills li {
flex: 1 0 auto;
width: 0;
}
}
.nav-pills li a {
Expand Down
5 changes: 3 additions & 2 deletions ckan/public-midnight-blue/base/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12419,10 +12419,11 @@ a.tag:hover {
padding: 0.5rem 1rem;
gap: 0.5rem;
border-radius: 8px;
flex: 1 0 auto;
}
@media (min-width: 768px) {
@media (min-width: 992px) {
.nav-pills li {
flex: 1 0 auto;
width: 0;
}
}
.nav-pills li a {
Expand Down
5 changes: 3 additions & 2 deletions ckan/public-midnight-blue/base/scss/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@
padding: .5rem 1rem;
gap: .5rem;
border-radius: 8px;
@include media-breakpoint-up(md) {
flex: 1 0 auto;
flex: 1 0 auto;
@include media-breakpoint-up(lg) {
width: 0;
}
a {
color: $brand-300;
Expand Down

0 comments on commit b7582e8

Please sign in to comment.