forked from kittv/web
1
0
Fork 0

Breadcrumbs, úprava fontu a velikosti obrázku

search
Emil Miler 3 years ago
parent 5885f87261
commit 9cfd775462

@ -217,6 +217,7 @@ div.rambotron {
div.breadcrumbs { div.breadcrumbs {
border-top: 1px solid #D8DEE9; border-top: 1px solid #D8DEE9;
font-size: .9em;
.wrap { .wrap {
margin: 0 auto; margin: 0 auto;
@ -228,6 +229,8 @@ div.breadcrumbs {
a.home { a.home {
display: flex; display: flex;
align-items: center; align-items: center;
img { height: 1.5em }
} }
ul { ul {
@ -251,6 +254,8 @@ div.breadcrumbs {
&:hover { text-decoration: underline } &:hover { text-decoration: underline }
} }
&:last-child { font-weight: bold }
} }
} }
} }

Loading…
Cancel
Save