From 60ee11480b33570aa89e7f4da41b041ee3ba53ab Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Fri, 26 Aug 2022 23:57:52 +0200 Subject: [PATCH] Fix in nav button for accesibility --- media/css/layout.css | 6 ++++++ templates/home.phtml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/media/css/layout.css b/media/css/layout.css index 4876dcd..3fe8697 100644 --- a/media/css/layout.css +++ b/media/css/layout.css @@ -391,6 +391,12 @@ a.button { } +#nav_button span { + + display: none; + +} + /*Layout*/ @media only screen and (max-width: 1040px) { diff --git a/templates/home.phtml b/templates/home.phtml index 6236fe5..c20d884 100644 --- a/templates/home.phtml +++ b/templates/home.phtml @@ -46,7 +46,7 @@ base_url=config.application_root
Cuchulu.com