diff options
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; |
