changeset 349 | 74bbf705a5ca |
parent 316 | fb11295ef666 |
child 350 | c3a6266ebe0a |
--- a/cms/app-client/app/styles/app.scss Mon Oct 17 19:51:14 2016 +0530 +++ b/cms/app-client/app/styles/app.scss Mon Oct 17 22:21:07 2016 +0530 @@ -10,7 +10,7 @@ $medium-white: #f5f5f5; $light-white: #fbfbfb; -$content-height: 600px; +$content-height: 540px; body { background-color: $medium-white; @@ -118,7 +118,7 @@ .corpus-app-container, .corpus-app-wrapper { box-sizing: border-box; - height: 600px; + height: $content-height; width: 50%; }