Adjust CSS for related search tags

This commit is contained in:
Korbs 2024-10-23 13:58:29 -04:00
parent e5c49baa11
commit 073e286ad9

View file

@ -5,7 +5,7 @@
<style lang="scss" is:global> <style lang="scss" is:global>
.related-search-tags { .related-search-tags {
line-height: 32px; line-height: 12px;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
a { a {
@ -13,7 +13,7 @@
border-radius: 3rem; border-radius: 3rem;
text-decoration: none; text-decoration: none;
font-size: 14px; font-size: 14px;
padding: 6px 12px; padding: 6px 8px;
color: black; color: black;
text-wrap: nowrap; text-wrap: nowrap;
margin-bottom: 6px; margin-bottom: 6px;