fix(style): breadcrumb bar width
This commit is contained in:
parent
95ffda25b6
commit
7340fc1fa6
@ -1005,7 +1005,6 @@ th, td
|
||||
color: var(--color-lightwhite)
|
||||
padding: 4px 20px 4px 40px
|
||||
background-color: var(--color-dark)
|
||||
margin: 0 -5px
|
||||
|
||||
a
|
||||
color: var(--color-lightwhite)
|
||||
@ -1022,6 +1021,7 @@ ul.breadcrumbs__list
|
||||
display: flex
|
||||
align-items: center
|
||||
height: 30px
|
||||
margin: 0 -5px
|
||||
|
||||
& > li
|
||||
display: block
|
||||
@ -1041,7 +1041,7 @@ ul.breadcrumbs__list
|
||||
|
||||
a.breadcrumbs__home
|
||||
position: absolute
|
||||
left: 15px
|
||||
left: 10px
|
||||
top: 5px
|
||||
width: 20px
|
||||
height: 30px
|
||||
|
||||
Loading…
Reference in New Issue
Block a user