diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-04-11 15:56:22 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-04-11 15:56:22 -0400 |
| commit | bf5aefcd2069cfe94108e6cac29268769a1a28a9 (patch) | |
| tree | 918ff6c6942d8ccbbacd66c3deebb04a29a6f366 /www/css | |
| parent | c2cab1526e4141d6ab5e5c7964e44c8d28f7b03b (diff) | |
#806 fluid class for image
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
