diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-04-06 15:57:45 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-10 16:02:39 -0300 |
commit | 0c08c6225727b9bcc3113ec2604c84db9012faf2 (patch) | |
tree | d4f96b716258bfe4a50c6c8a0809892b93a7fd2b /src | |
parent | a3e218d133c06be9a035ae5078efc54028a5fe2c (diff) |
css: multiple artwork column margins
Diffstat (limited to 'src')
-rw-r--r-- | src/static/css/site.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index d481163b..26696e93 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1442,6 +1442,16 @@ hr.cute, 0 0 12px 12px #00000080; } +#cover-art-column .cover-artwork:not(:first-child) { + margin-top: 20px; + margin-left: 30px; + margin-right: 5px; +} + +#cover-art-column .cover-artwork:last-child:not(:first-child) { + margin-bottom: 25px; +} + .cover-artwork .image-container { /* Border is handled on the .cover-artwork. */ border: none; |