From 6e723abcc4b4e7da3d7ae24380ce12e30f917e3c Mon Sep 17 00:00:00 2001 From: Firq Date: Fri, 7 Jul 2023 18:40:56 +0200 Subject: [PATCH] Mobile MLB fix --- src/components/ceCard.astro | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/ceCard.astro b/src/components/ceCard.astro index d662313..5d154d4 100644 --- a/src/components/ceCard.astro +++ b/src/components/ceCard.astro @@ -85,8 +85,7 @@ if (mlb === 'false') { } .mlb { - width: 120px; - height: 30px; + width: 5.5rem; margin-left: auto; margin-right: auto; } @@ -108,5 +107,9 @@ if (mlb === 'false') { .mlbalign { width: 7.5em; } + + .mlb { + width: 7rem; + } }