diff options
Diffstat (limited to 'src/static/css/site.css')
| -rw-r--r-- | src/static/css/site.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index cbbe772e..5369bbd1 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1892,6 +1892,15 @@ p.image-details.origin-details .filename-line { padding: 0 4px; } +#artwork-column .cover-artwork + .music-video { + /* higher specificity because CSS is annoying */ + margin-top: 25px; +} + +#artwork-column .cover-artwork + .cover-artwork + .music-video { + margin-top: 30px; +} + .music-video .music-video-label { margin: 6px 0 3px; text-align: center; |