fix(breadcrumbs): fix #2 breadcrubms visibility

This commit is contained in:
nixa 2016-05-30 18:32:42 +03:00
parent 9e5a7d56e4
commit a1046ce2b4
2 changed files with 4 additions and 0 deletions

View file

@ -27,6 +27,9 @@ h1.al-title {
li {
font-size: 18px;
font-weight: $font-normal;
a {
color: $primary-light;
}
}
}

View file

@ -61,6 +61,7 @@ a {
margin-left: $left-space;
padding: 66px 0 34px 0;
min-height: 500px;
position: relative;
}
.al-footer {