mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Fixed breadcrumb links underlining too long (issue [#8](https://github.com/pmoreno-rodriguez/grav-theme-future2021/issues/8))
This commit is contained in:
parent
81120e3f57
commit
1c6ccf9d03
1 changed files with 7 additions and 0 deletions
|
@ -92,3 +92,10 @@
|
||||||
#breadcrumbs {
|
#breadcrumbs {
|
||||||
padding-inline-start: 0rem;
|
padding-inline-start: 0rem;
|
||||||
}
|
}
|
||||||
|
#breadcrumbs span {
|
||||||
|
padding: 0rem;
|
||||||
|
}
|
||||||
|
#breadcrumbs i {
|
||||||
|
padding: 0 1rem;
|
||||||
|
width: 0 !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue