From 19d2047b0ce2be003c64bcf55562b6f263749311 Mon Sep 17 00:00:00 2001 From: Jose Daniel Date: Fri, 11 Jul 2025 19:38:04 -0500 Subject: [PATCH] adding title to small screens by removing css rule --- css/style.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/css/style.css b/css/style.css index 86e124fe4b..ffc9257915 100644 --- a/css/style.css +++ b/css/style.css @@ -1251,10 +1251,6 @@ h2 a { margin-bottom: 35px; } - #description .express { - display: none; - } - #description .description { font-size: 3em; line-height: .9em; @@ -1416,10 +1412,6 @@ h2 a { #app-settings-property { width: auto; } - - #description .express { - display: none; - } }