From ccef3203ef2a7e43dd00ee329c6b5dd1b9460f70 Mon Sep 17 00:00:00 2001 From: martin machiebe Date: Fri, 29 Mar 2024 18:43:56 -1100 Subject: [PATCH] reduced the error message font size --- style.css | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/style.css b/style.css index c0f374e..839a1f4 100644 --- a/style.css +++ b/style.css @@ -250,11 +250,15 @@ body { } .error svg { - height: 3rem; - width: 3rem; + height: 2.5rem; + width: 2.5rem; fill: rgb(219, 63, 63); transform: translateY(-0.3rem); - margin-right: 15px; + margin-right: 10px; +} + +.error p { + font-size: 18px; } .card { @@ -495,13 +499,12 @@ body { /* height: 180px; */ } - .nav-link { - font-size: 23px; - width: 1.9rem; - height: 1.9rem; - } - + .nav-link { + font-size: 23px; + width: 1.9rem; + height: 1.9rem; } +} @media (max-width: 380px) { .reviews-page {