diff --git a/index.html b/index.html index e0d0153..7a336da 100644 --- a/index.html +++ b/index.html @@ -47,18 +47,6 @@ text-align: left; } - @media screen and (max-width: 600px) { - #about { - background-size: cover; - background-position: auto; - padding-left: 10%; - text-align: left; - } - #contact { - padding-right: 10%; - } - } - #footer { color: #fff; padding: 5% 10% 5% 10%; @@ -84,11 +72,31 @@ .left { text-align: left; border-radius: 16px; + width: 640px; } .right { text-align: right; border-radius: 16px; + width: 640px; } + + @media screen and (max-width: 600px) { + #about { + background-size: cover; + background-position: auto; + padding-left: 10%; + text-align: left; + } + #contact { + padding-right: 10%; + } + .left { + width: 100%; + } + .right { + width: 100%; + } + } @@ -109,12 +117,12 @@
- - - - - - + + + + + +