1
Fork 0
This commit is contained in:
Ashley 2023-01-30 14:03:19 +00:00
parent b7bc6e4046
commit 0f1c29a222

View file

@ -741,7 +741,6 @@ object-fit:none;
} }
.tags.rec { .tags.rec {
width: 21em;
margin-bottom: -1.3em; margin-bottom: -1.3em;
font-weight: 600; font-weight: 600;
font-stretch: expanded; font-stretch: expanded;
@ -749,7 +748,8 @@ object-fit:none;
font-family: var(--text-font-primary); font-family: var(--text-font-primary);
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
justify-content:center; width: auto;
max-width: 21em;
} }
.tags.rec:hover{ .tags.rec:hover{