From ea847efad949a1e20de6f90d70cc15ff90b3da38 Mon Sep 17 00:00:00 2001 From: Anne-Greeth van Herwijnen Date: Wed, 22 Nov 2023 10:31:01 +0100 Subject: [PATCH] Center cell title in Safari and fix color iOS --- app/styles/bingo.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/styles/bingo.css b/app/styles/bingo.css index 2e6bf25..35c9ec2 100644 --- a/app/styles/bingo.css +++ b/app/styles/bingo.css @@ -21,6 +21,8 @@ body.bingo { font-weight: 300; display: flex; flex-direction: column; + align-items: center; + color: black; } .title {