diff --git a/style.css b/style.css index 9efaad2..0704533 100644 --- a/style.css +++ b/style.css @@ -252,11 +252,22 @@ iframe { /* Adaptive coding */ @media (max-width:1280px) { + #menu { + position: static; + } #show { margin-left: 0; border-radius: 0; left: 0; - top: 55px; + top: 0; + border: none; + } + #carousel { + width: auto; + padding: 0 11px; + } + #article { + margin-top: 20px; } }