From b5eb066a3d6ce346c6335afc8e78a81fc590fdd9 Mon Sep 17 00:00:00 2001 From: skoolbus39 <ryandee@ucommdee.unl.edu> Date: Thu, 9 Jan 2014 11:29:22 -0600 Subject: [PATCH] Updated CSS to fix buttons overlapping at mobile widths --- www/templates/catalog.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/www/templates/catalog.css b/www/templates/catalog.css index 400ea6a..4185acb 100644 --- a/www/templates/catalog.css +++ b/www/templates/catalog.css @@ -15,11 +15,11 @@ } #homepage ul { text-align:center; - margin-top:10px; + margin-top:10px;s } #homepage ul li { - display:inline; - margin:18px; + display:block; + margin:30px; } #homepage ul li a { background-color:#cc0000; @@ -39,3 +39,7 @@ color:#FFF; } +@media (min-width: 700px) { + display:inline; + margin:18px; +} -- GitLab