diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-12 13:24:23 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-12 13:24:23 +0200 |
commit | ce37824c5260dd370c61cf174ea80ca7deeb1058 (patch) | |
tree | c72f247e72c8279c93a662cdd46a440e825bdfbb /styles/card.css | |
parent | c364c4b0273e76cb13571878d1a4a2853a392b9b (diff) |
more WIP transition
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; -} - |