diff --git a/source/albert/css/main.css b/source/albert/css/main.css index d7af46a..499deff 100644 --- a/source/albert/css/main.css +++ b/source/albert/css/main.css @@ -299,17 +299,15 @@ ul li @media only screen and (max-width: 320px) { /* Style adjustments for viewports that meet the condition */ - - -body { + body { width: 640px; -} + } -h1 { + h1 { font-size: 70px; -} + } -#container { + #container { background-color: #eee; border-radius: 10px; width: 500px; @@ -321,4 +319,5 @@ h1 { -webkit-box-shadow: -1px 2px 2px 0px #aaa; box-shadow: -1px 2px 2px 0px #aaa; + } }