diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index b7dc27b..163b305 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -412,7 +412,10 @@ h2{ //responsive img, table{ - max-width:100%; + a { + max-width: 80%; + padding-bottom: 20px; + } } @media screen and (max-width: 880px) { //menu @@ -420,7 +423,7 @@ img, table{ display: block; z-index: 300; font-size: 30px; - color: #00BD00; + color: #62bfe7; z-index:111; position:fixed; top:10px; @@ -428,6 +431,14 @@ img, table{ } + table { + font-size: 11px; + span { + font-size: 12px !important; + } + } + + #menu_top{ position:static; min-height:0;