diff options
author | 2024-07-08 23:55:01 +0100 | |
---|---|---|
committer | 2024-07-08 23:55:01 +0100 | |
commit | 8789506523065d0557e0edc5a9a8e5bbe7108ff2 (patch) | |
tree | a3d208674d08d273d51954bb48316818627c2b88 /style.css | |
parent | ccb19a01e0c961c4ab3808590815f5f199edbf50 (diff) | |
download | bunblog-8789506523065d0557e0edc5a9a8e5bbe7108ff2.tar.gz bunblog-8789506523065d0557e0edc5a9a8e5bbe7108ff2.tar.bz2 bunblog-8789506523065d0557e0edc5a9a8e5bbe7108ff2.zip |
fix image width styling
Diffstat (limited to 'style.css')
-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 { |