spacing for breadcrumbs more clever

This commit is contained in:
Felix Hamann 2018-07-05 23:16:27 +02:00
parent e26165448d
commit 295f38825a
4 changed files with 10 additions and 5 deletions

View File

@ -204,7 +204,7 @@ h4 {
}
.main__content-body {
padding: 0 40px 60px;
padding: 30px 40px 60px;
}
@media (max-width: 768px) {
@ -221,6 +221,11 @@ h4 {
}
}
/* sepcial case for breadcrumbs */
.breadcrumbs__container + .main__content-body {
padding-top: 0;
}
.pseudo-focus {
outline: 5px auto var(--color-light);
outline: 5px auto -webkit-focus-ring-color;

View File

@ -16,5 +16,3 @@
Re-Implementierung von <a href="https://uniworx.ifi.lmu.de/">UniWorX</a>
^{features}

View File

@ -6,5 +6,5 @@ $if hasPageActions
$case menuType
$of PageActionPrime (MenuItem label mIcon route _)
<li .pagenav__list-item>
<a .btn.pagenav__link-wrapper href=@{route}>#{label}
<a .pagenav__link-wrapper href=@{route}>#{label}
$of _

View File

@ -1,5 +1,7 @@
.page-nav-prime {
margin: 13px 0;
margin: 4px 0 13px;
border-left: 2px solid #c3c3c3;
padding-left: 10px;
}
.pagenav__list {