Improving targeting for row content

Этот коммит содержится в:
Asaad Mahmood
2015-07-01 23:37:50 +05:00
родитель 64c8856565
Коммит c15bc9ad94

Просмотреть файл

@@ -10,11 +10,11 @@ body {
height: 100%;
&.white {
background: #fff;
.row.content {
min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom: -89px;
.inner__wrap {
> .row.content {
min-height: 100%;
margin-bottom: -89px;
}
}
}
.inner__wrap {