diff --git a/share/tools/web_config/fishconfig.css b/share/tools/web_config/fishconfig.css index d0cbce1dc..ad042b5e1 100644 --- a/share/tools/web_config/fishconfig.css +++ b/share/tools/web_config/fishconfig.css @@ -16,14 +16,6 @@ code { "Lucida Console", monospace, fixed; } -@media screen and (max-width: 700px) { - /* On small screens remove the margins to leave more for the actual content */ - body { - width: 100%; - margin-left: none; - margin-right: none; - } -} #parent { width: 100%; min-height: 480px; @@ -618,3 +610,18 @@ img.delete_icon { background-color: transparent; cursor: default; } + +@media screen and (max-width: 700px) { + /* On small screens remove the margins to leave more for the actual content */ + body { + width: 100%; + margin: 0 0 0 0; + } + + #parent { + margin-top: 0; + } + #tab_contents { + margin-bottom: 0; + } +}