www

my website
git clone https://tilde.team/~marisa/repo/www.git
Log | Files | Refs | README

commit 1f39816656c6765432cf1cb0b2acf004e1848b6f
parent d411929b91207db67325153a16fcf9106b26ee1c
Author: mokou <mokou@posteo.de>
Date:   Mon, 13 Apr 2020 18:32:43 +0200

Make images 100% width

Diffstat:
Mstatic/main.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/static/main.css b/static/main.css @@ -79,3 +79,7 @@ h4 { font-size: 1rem; font-family: 'Merriweather', serif; } + +img { + width: 100%; +}