Revert "ui: tip toeing around mobile issues for #1003"

This reverts commit f44b7e0ca33cc6aaa77afcd5877616185b3555b4.
Ad found an irregularity, so we back this out and look for a
better fix...
This commit is contained in:
Franco Fichtner 2016-06-29 18:49:25 +02:00
parent 8591636af7
commit 76d9190b9d
2 changed files with 7 additions and 0 deletions

View File

@ -231,6 +231,10 @@ body{
}
}
.page-content-main [class^="col-"] + [class^="col-"]{
padding-top: ($grid-gutter-width/2);
}
.brand-logo{
display: none;

View File

@ -5558,6 +5558,9 @@ body {
.tab-content .tab-content:last-child {
margin-bottom: 0; }
.page-content-main [class^="col-"] + [class^="col-"] {
padding-top: 20px; }
.brand-logo {
display: none; }
@media (min-width: 768px) {