X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/7ff1b70ad9e1b46795a9502a520286c12af132e4..HEAD:/personal/_sass/_layout.scss diff --git a/personal/_sass/_layout.scss b/personal/_sass/_layout.scss index 90cc579..0054a61 100644 --- a/personal/_sass/_layout.scss +++ b/personal/_sass/_layout.scss @@ -199,10 +199,10 @@ body { /* This centers us in the page, and handles the "too wide" case */ margin-left: 0.8em; margin-bottom: 0.3em; } -@media screen and (max-width:550px) { +@media screen and (max-width:600px) { .float-right-350 { - text-align: center; + max-width: 300px; float: none; - margin: 0; + margin: auto; } }