From a6784ba5114f7ff5d8725196e5e4642fe9c90c92 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Mon, 23 Jun 2014 12:27:14 -0400 Subject: [PATCH] removed the word 'menu' from very narrow displays --- css/foundation.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/foundation.css b/css/foundation.css index e4b4428..62076cb 100644 --- a/css/foundation.css +++ b/css/foundation.css @@ -4910,3 +4910,11 @@ th.hide-for-touch { th.show-for-print { display: table-cell !important; } } + + +/* Extra code for 'x-small' */ +@media only screen and (max-width: 21.063em) { + .tab-bar .menu-icon span:after { + content: ''; + + } \ No newline at end of file -- 2.17.1