diff options
author | cel 🌸 <cel@blos.sm> | 2024-07-08 23:55:01 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-07-08 23:55:01 +0100 |
commit | b230d77cb91385decdc7a8446f458513003ef09e (patch) | |
tree | efc9980a71b1f0c298dfad9a65f40a4e9b994608 /style.css | |
parent | 699a8688d067e7ededfc358ffb624fa4200d4d14 (diff) | |
download | bunblog-b230d77cb91385decdc7a8446f458513003ef09e.tar.gz bunblog-b230d77cb91385decdc7a8446f458513003ef09e.tar.bz2 bunblog-b230d77cb91385decdc7a8446f458513003ef09e.zip |
fix image width styling
Diffstat (limited to '')
-rw-r--r-- | style.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ h1 { img { border: 4px solid #e8cdcf; + max-width: 100%; } hr { |