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 86e6c71623
commit 8412ff936b
2 changed files with 2 additions and 1 deletions
+1
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;