diff --git a/assets/css/style.css b/assets/css/style.css index b0a2c56..0325ced 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -193,7 +193,7 @@ main.album-list { } .album-card { background-position: top; - padding-left: 0; + padding-left: 0.1rem; padding-top: 255px; min-height: auto; } @@ -208,6 +208,7 @@ a.album-artist:link, a.album-artist:visited { border-bottom: 1px solid black; text-transform: uppercase; color: var(--link-color); + padding-left: 0.1rem; } a.album-artist:hover { diff --git a/images/screenshot.jpg b/images/screenshot.jpg new file mode 100644 index 0000000..a7cf820 Binary files /dev/null and b/images/screenshot.jpg differ diff --git a/images/tn.jpg b/images/tn.jpg new file mode 100644 index 0000000..ad0dc91 Binary files /dev/null and b/images/tn.jpg differ