]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps.planet: constrain images to the page
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 2 Sep 2023 04:44:00 +0000 (21:44 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 2 Sep 2023 04:44:00 +0000 (21:44 -0700)
extra/webapps/planet/planet.css

index 0a7582bdf39995f9f2afb71e72b1e075182867c1..5373641ec0fca3ce586e0d4f2785701f13fb6982 100644 (file)
@@ -5,6 +5,11 @@
     position: relative;
 }
 
+.page img {
+    max-width: 100%;
+    height: auto;
+}
+
 .posts {
     max-width: 755px;
     margin-right: 215px;