further tweak image
authorRalf Jung <post@ralfj.de>
Fri, 29 Sep 2023 16:07:48 +0000 (18:07 +0200)
committerRalf Jung <post@ralfj.de>
Fri, 29 Sep 2023 16:07:48 +0000 (18:07 +0200)
personal/_sass/_layout.scss

index 90cc5795b9e735720786febac0667d86b0b43410..0054a61f22c7cd9aa21a0270ffa4333097e1e936 100644 (file)
@@ -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;
     }
 }