Skip to content

Commit

Permalink
ENH:changes css of tags part
Browse files Browse the repository at this point in the history
  • Loading branch information
Charvit123 committed Aug 28, 2023
1 parent 521aead commit e938423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/css/courses/Filter.css
Expand Up @@ -5,7 +5,7 @@
@apply text-center text-3xl mb-5 font-bold tracking-[.08px];
}
.filterTagsList {
@apply flex flex-row flex-wrap justify-center gap-x-3 gap-y-2 w-full;
@apply flex flex-row flex-wrap justify-center gap-x-3 gap-y-2 w-full px-5;
}
.filterTagsSelected {
@apply lowercase rounded-full inline-block text-[#fff] bg-[#343a40] px-[0.3em] py-[0.2em] w-[130px] text-center text-xs md:text-sm font-semibold leading-none my-1 md:my-0 md:mr-2 md:mt-2 tracking-[.08px] border-2 border-collapse border-[#343a40];
Expand Down

0 comments on commit e938423

Please sign in to comment.