diff --git a/styles/about.css b/styles/about.css index 57c71b2..4325ab6 100644 --- a/styles/about.css +++ b/styles/about.css @@ -4,9 +4,14 @@ max-width: 100%; margin-right: 1rem; margin-bottom: 1rem; - float: left; } -.cleared { - clear: left; +@media screen and (min-width: 512px) { + #aboutimg { + float: left; + } + + .cleared { + clear: left; + } }