mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 02:54:38 +00:00
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:
parent
8591636af7
commit
76d9190b9d
@ -231,6 +231,10 @@ body{
|
||||
}
|
||||
}
|
||||
|
||||
.page-content-main [class^="col-"] + [class^="col-"]{
|
||||
padding-top: ($grid-gutter-width/2);
|
||||
}
|
||||
|
||||
.brand-logo{
|
||||
display: none;
|
||||
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user