From bb17a39661754a48dcf9d717f27e9fdab70a7a27 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 2 Sep 2016 10:55:29 +0200 Subject: [PATCH] add max-width for images --- _shared_assets/themes/nextcloud_com/static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_shared_assets/themes/nextcloud_com/static/styles.css b/_shared_assets/themes/nextcloud_com/static/styles.css index 4d0ec737f..b9665346b 100644 --- a/_shared_assets/themes/nextcloud_com/static/styles.css +++ b/_shared_assets/themes/nextcloud_com/static/styles.css @@ -68,6 +68,10 @@ h3 { margin: 12px 0; } +img { + max-width: 100%; +} + .btn { border-radius: 50px; }