From f22ec797d8a5984e27b8b3eb281d568c04f9a109 Mon Sep 17 00:00:00 2001 From: RaulMF40 <144492714+RaulMF40@users.noreply.github.com> Date: Tue, 26 Mar 2024 18:00:07 +0100 Subject: [PATCH] Update style.css --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index a2c49ea..280fd05 100644 --- a/style.css +++ b/style.css @@ -165,6 +165,13 @@ aside > form > label { color: var(--rtc-white); } +#noProductsMsg { + font-size: 30px; + color: #555; + text-align: center; + margin-top: 20px; +} + /* Estilos para hacer el formulario responsive */ @media screen and (max-width: 600px) { aside > form {