From bf5aefcd2069cfe94108e6cac29268769a1a28a9 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 11 Apr 2019 15:56:22 -0400 Subject: #806 fluid class for image --- www/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index e688f152..d86c089a 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -555,6 +555,11 @@ http://www.cssportal.com/tryit/index.php?file=blog/css-notification-badge */ } +.img-fluid { + max-width: 100%; + height: auto; + } + .screen-note { position: absolute; top:0; -- cgit v1.2.3