From 7e77ab27511ed5e9c77c1fb3bd144a4d371f06d3 Mon Sep 17 00:00:00 2001 From: ssyyhhrr <808648@student.derby-college.ac.uk> Date: Tue, 24 Jan 2023 11:48:53 +0000 Subject: [PATCH] Mobile CSS Fix --- assets/css/main.css | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index ccbb610..e05123f 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -578,21 +578,6 @@ p a:hover { font-size: 1em; } - .flag { - height: 45px; - width: 45px; - } - - .team { - width: 45px; - } - - .text { - line-height: 45px; - width: 45px; - font-size: 14px; - } - .input { width: 360px; } @@ -641,18 +626,18 @@ p a:hover { } .flag { - height: 35px; - width: 35px; + height: 45px; + width: 45px; } .team { - width: 35px; + width: 45px; } .text { - line-height: 35px; - width: 35px; - font-size: 12px; + line-height: 45px; + width: 45px; + font-size: 14px; } .input {