diff --git a/css/site.css b/css/site.css index 57ce5ea..2c0794d 100644 --- a/css/site.css +++ b/css/site.css @@ -65,4 +65,8 @@ code {font-family: "Consolas", "Ubuntu Mono", monospace; line-height: 22px; font @media (max-width: 1024px) { body {border: 20px #F8F8F8 solid; margin: 0px; padding: 20px 20px 80px 20px; } + } + + @media (max-width: 480px) { + #wrapper {max-width: 460px; padding-top: 20px;} } \ No newline at end of file