This commit is contained in:
Luca 2018-07-04 12:32:37 +02:00
parent b5a955fd65
commit b344119e4c
1 changed files with 5 additions and 2 deletions

View File

@ -364,6 +364,7 @@ span.form-control {
.info-box-text { .info-box-text {
white-space: normal; white-space: normal;
overflow: auto; overflow: auto;
font-size: 12px;
} }
.colorpicker, .colorpicker,
@ -529,15 +530,17 @@ input.small-width {
} }
} }
@media screen and (max-width: 768px) { @media screen and (max-width: 767px) {
.box-center, .box-center,
.box-center-large { .box-center-large {
width: 90%; width: 90%;
margin-top: 20px margin-top: 20px
} }
.main-header .logo { .main-header .logo {
display: none; display: none;
} }
/* /*
.content-wrapper, .content-wrapper,
.right-side, .right-side,