From 622b16f6dabf5de03dcd047ae639494b47e7a24c Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 9 Oct 2014 12:17:38 -0400 Subject: [PATCH] Mobile fixes --- server/files/javascript/semantic.js | 2 +- server/files/stylesheets/home.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/server/files/javascript/semantic.js b/server/files/javascript/semantic.js index cb307cfce..b2e05ba67 100755 --- a/server/files/javascript/semantic.js +++ b/server/files/javascript/semantic.js @@ -898,7 +898,7 @@ semantic.ready = function() { $menu .sidebar({ transition : 'uncover', - mobileTransition : 'overlay' + mobileTransition : 'uncover' }) .sidebar('attach events', '.launch.button, .view-ui, .launch.item') .sidebar('attach events', $hideMenu, 'hide') diff --git a/server/files/stylesheets/home.css b/server/files/stylesheets/home.css index 9a97fce80..9ecfb177f 100755 --- a/server/files/stylesheets/home.css +++ b/server/files/stylesheets/home.css @@ -715,6 +715,9 @@ @media only screen and (max-width : 600px) { + #example.index .masthead.segment h1 .text { + margin-left: 0em; + } #example.index .following.bar { display: none; } @@ -732,7 +735,7 @@ margin-top: 0em; } #example.index .introduction { - margin: 7.5rem 0rem; + margin: 7rem 0rem; } #example.index .masthead.segment h1 { font-size: 2.25em;