summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-07-08 23:55:01 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2024-07-08 23:55:01 +0100
commitb230d77cb91385decdc7a8446f458513003ef09e (patch)
treeefc9980a71b1f0c298dfad9a65f40a4e9b994608
parent699a8688d067e7ededfc358ffb624fa4200d4d14 (diff)
downloadbunblog-b230d77cb91385decdc7a8446f458513003ef09e.tar.gz
bunblog-b230d77cb91385decdc7a8446f458513003ef09e.tar.bz2
bunblog-b230d77cb91385decdc7a8446f458513003ef09e.zip
fix image width styling
Diffstat (limited to '')
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index 1587ecf..d8c9c49 100644
--- a/style.css
+++ b/style.css
@@ -27,6 +27,7 @@ h1 {
img {
border: 4px solid #e8cdcf;
+ max-width: 100%;
}
hr {