From 48eb9ab060eb0f0e7db6ba8f9839eeb74c993b5f Mon Sep 17 00:00:00 2001 From: jlukic Date: Sat, 20 Sep 2014 11:07:51 -0400 Subject: [PATCH] Fix mobile example overflow with large images --- server/files/stylesheets/semantic.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/files/stylesheets/semantic.css b/server/files/stylesheets/semantic.css index 2d382ef73..32c1e1402 100755 --- a/server/files/stylesheets/semantic.css +++ b/server/files/stylesheets/semantic.css @@ -1461,6 +1461,11 @@ body.progress .ui.progress .bar { #example .following.menu .menu .active.item { font-weight: bold; } +@media only screen and (max-width : 320px) { + #example .example { + max-width: 290px; + } +} @media only screen and (max-width : 600px) { #example .page > .footer {