From 42178e499ec7c11f7c81011aaac2ac7c6de80cf1 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 6 Aug 2024 10:03:13 -0500 Subject: [PATCH] Tighten-up windshield display --- app/assets/stylesheets/splats.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/splats.css b/app/assets/stylesheets/splats.css index 02d4865f1..92ae7efb6 100644 --- a/app/assets/stylesheets/splats.css +++ b/app/assets/stylesheets/splats.css @@ -3,6 +3,7 @@ } .windshield { + align-items: center; background-color: var(--color-bg); display: flex; flex-wrap: wrap;