diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 5b5bb0a9d..c074656fc 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -554,12 +554,21 @@ ul.compact{ width: 200px; } +.window-main-image { + height:300px; + display: block; +} + .thumb-image{ height: 200px; +} + +.window-main-image, .thumb-image{ position: relative; overflow: hidden; } +.window-main-image img, .thumb-image img{ display: inline-block; max-width: 100%; |