Render steam link as card

This commit is contained in:
2025-05-24 10:02:54 +08:00
parent 4038683a56
commit 2c19c67bd9
2 changed files with 26 additions and 5 deletions

View File

@@ -78,4 +78,11 @@ article {
border-radius: 8px;
max-height: 400px;
}
}
a.no-underline {
text-decoration: none;
&:hover {
text-decoration: none;
}
}