Skip to content

Commit

Permalink
Fix tags badge in heroes
Browse files Browse the repository at this point in the history
  • Loading branch information
crftwrk committed Aug 17, 2023
1 parent 5a52162 commit e5399d6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions css/swiper-style.css
Expand Up @@ -15,7 +15,7 @@
.cards-autoplay .swiper-pagination-bullet-active {
background: var(--bs-link-color);
}
/* Cards END */


/* Heroes */
.heroes .swiper-button-next,
Expand All @@ -31,4 +31,13 @@
.heroes-fade .swiper-pagination-bullet-active {
background: var(--bs-white);
}
/* Heroes END */

.heroes .tags-heading,
.heroes-fade .tags-heading {
display: none;
}

.heroes .tags-links,
.heroes-fade .tags-links {
margin-top: 1rem;
}

0 comments on commit e5399d6

Please sign in to comment.