From 40a319c06952eccd31dbdb8ebc7a4f2d324e2bfc Mon Sep 17 00:00:00 2001 From: Priotts Date: Tue, 9 Jan 2024 16:57:56 +0100 Subject: [PATCH] Update Timer component styling --- src/Components/Timer.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/Timer.jsx b/src/Components/Timer.jsx index 5d92f11..8daff18 100644 --- a/src/Components/Timer.jsx +++ b/src/Components/Timer.jsx @@ -77,6 +77,7 @@ const StyledInput = styled.input` max-width: 55%; } @media only screen and (min-width: 769px) and (max-width: 1200px){ + width: 55%; max-width: 55%; } `