From e6e48c8ecc5f2f2e4f88b21dd99222a0e0292f49 Mon Sep 17 00:00:00 2001 From: Rick Companje Date: Tue, 2 Jun 2015 14:41:23 +0200 Subject: [PATCH] margins & height fix --- less/base_centerpanel.less | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/less/base_centerpanel.less b/less/base_centerpanel.less index 0828102..ae360f4 100644 --- a/less/base_centerpanel.less +++ b/less/base_centerpanel.less @@ -5,26 +5,28 @@ margin-left: -@center-panel-width/2; width: @center-panel-width; height: 100%; - padding-top: 3%; + padding-top: 1%; } #logopanel { - height: 15%; + // height: 15%; text-align: center; width: 40%; margin-left: 30%; cursor: pointer; + // border: 1px solid black; + margin-bottom: 1%; img#pencil { - margin-top: 2%; + // margin-top: 2%; max-width: 50%; - max-height: 50%; + // max-height: 50%; } img#logo { max-width: 90%; - margin-bottom: 2%; - max-height: 45%; + // margin-bottom: 2%; + // max-height: 45%; } } @@ -33,12 +35,13 @@ position: relative; width: 100%; // height: 79%; - height: 65%; + // height: 65%; + height: 81%; background-color: #fff; border: 3px solid black; border-radius: 15px; box-sizing: border-box; - margin-top: 3%; + // margin-top: 3%; } #canvasContainers {