diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index ef98f353..462cb399 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -439,6 +439,16 @@ progress[aria-valuenow]:before { } +/* + +.object-fit_cover { object-fit: cover; width:100%; height:auto;} +.object-fit_contain { object-fit: contain; max-width:100%; height:auto; } +*/ + + +.object-fit_cover { object-fit: cover; width:100%; height:auto;} +.object-fit_contain { object-fit: contain; max-width:100%; max-height:100%; } + .list .item.item-accordion { line-height: 200px; padding-top: 0; |
