]> git.p6c8.net - pcdenotes.git/commitdiff
Set max-width for images
authorPatrick Canterino <patrick@patrick-canterino.de>
Sun, 13 Feb 2022 09:13:47 +0000 (10:13 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sun, 13 Feb 2022 09:14:25 +0000 (10:14 +0100)
notes/static/notes/style.css

index ac398b179a6d6d9a5dae416fdad964e9d0817fe4..00b446d398fba7d97ba9746f78b9d0de53073a00 100644 (file)
@@ -26,6 +26,10 @@ article > div {
     padding-top: 0.5em;
 }
 
+article img {
+    max-width: 100%;
+}
+
 footer {
     color: #ffffff;
     background-color: #212529;

patrick-canterino.de