diff options
Diffstat (limited to 'styles/card.css')
-rw-r--r-- | styles/card.css | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/styles/card.css b/styles/card.css deleted file mode 100644 index f49b40e..0000000 --- a/styles/card.css +++ /dev/null @@ -1,29 +0,0 @@ -.postCard { - background-color: var(--bg-alt); - padding: 12px; - border-radius: 8px; - - overflow-x: hidden; - color: var(--fg) !important; -} - -.postCard::after { - display: none; -} - -.postCard .cover { - width: 100%; - border-radius: 6px; - max-height: 220px; - object-fit: cover; - margin-bottom: 6px; -} - -.postCard .title { - font-size: 24px; -} - -.postCard .subtitle { - font-weight: 500; -} - |