From 1ddb2b279c9ab0210862f62449c391ee79f039a7 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 27 Oct 2015 16:50:12 -0400 Subject: [PATCH] Show buttons on 480 version Fixes #8 --- stylesheets/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 85199c0..a648ccd 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -253,7 +253,11 @@ footer { } header ul { - display:none; + width:99%; + } + + header li, header ul li + li + li { + width:33%; } }