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 {