summaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 607e6ec..e84921e 100644
--- a/src/style.css
+++ b/src/style.css
@@ -94,6 +94,7 @@ svg {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 2.5rem;
+ max-width: 1366px;
margin: auto;
padding: 2rem;
@@ -111,6 +112,7 @@ svg {
#albums-container {
grid-template-columns: 1fr 1fr;
gap: 1.5rem;
+ width: 100%;
.album-info { font-size-adjust: .4; }
}
}