diff options
Diffstat (limited to 'src/static/css/site.css')
-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; |