From f3339a620a93541a59e199d0de91c59f2caba501 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 20 Oct 2017 20:24:51 +0200 Subject: [PATCH] css --- Yavsc/wwwroot/css/main/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Yavsc/wwwroot/css/main/site.css b/Yavsc/wwwroot/css/main/site.css index f359a370..e65f8a93 100644 --- a/Yavsc/wwwroot/css/main/site.css +++ b/Yavsc/wwwroot/css/main/site.css @@ -30,6 +30,10 @@ height: 2em; } +.row img { + max-width: 100%; +} + .userinfo { display: block; padding: .8em;