Adjust CSS for related search tags
This commit is contained in:
parent
e5c49baa11
commit
073e286ad9
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue