diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-01-24 01:53:41 +0100 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-01-24 01:53:41 +0100 | 
| commit | d4772cb6fb78c3d0a69371fc6cd822260b208857 (patch) | |
| tree | f738c1619f7b48e282e216027e9779c885eb314c /web/style/nodecard.css | |
| parent | 8d6a7442ccb7f1178bada4abd9d8e94353033f32 (diff) | |
| download | jellything-d4772cb6fb78c3d0a69371fc6cd822260b208857.tar jellything-d4772cb6fb78c3d0a69371fc6cd822260b208857.tar.bz2 jellything-d4772cb6fb78c3d0a69371fc6cd822260b208857.tar.zst | |
refactor hlist once again. also added top rated in home
Diffstat (limited to 'web/style/nodecard.css')
| -rw-r--r-- | web/style/nodecard.css | 14 | 
1 files changed, 0 insertions, 14 deletions
| diff --git a/web/style/nodecard.css b/web/style/nodecard.css index 623a1e7..3ed89da 100644 --- a/web/style/nodecard.css +++ b/web/style/nodecard.css @@ -4,20 +4,6 @@      Copyright (C) 2023 metamuffin <metamuffin.org>      Copyright (C) 2023 tpart  */ -.children { -    padding: 1em; -    padding-left: 3em; -    padding-right: 3em; -    list-style: none; -    display: flex; -    flex-wrap: wrap; -    width: 100%; -    box-sizing: border-box; -} -.children li { -    display: block; -} -  .card {      padding: 1em;  } | 
