From 9e8bc4a1e2361c4a4e4a0657df9cd893acc68682 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 31 May 2025 17:17:49 -0500 Subject: connector communicates with websocket and make slides into class --- src/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/style.css') 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; } } } -- cgit v1.2.3