fix weird shift in Cards due to double insertion of <a> tag on server

This commit is contained in:
2024-01-22 15:09:08 +01:00
parent f6887af97a
commit d5edf25393
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ onMount(() => {
border-radius: 20px;
}
.card{
margin-right: 2em; /* gap in MediaScroller does not work due to double insertion of a tag on server side */
--card-width: 300px;
position: relative;
flex-shrink: 0;