Commit 5181951620a026c4c7f85490f47668bfe2117277
1 parent
5ef3dd5b
----
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
@@ -1607,6 +1607,7 @@ ul.breadcrumb li a { | @@ -1607,6 +1607,7 @@ ul.breadcrumb li a { | ||
1607 | width: 100%; | 1607 | width: 100%; |
1608 | padding-left: 20px; | 1608 | padding-left: 20px; |
1609 | padding-right: 20px; | 1609 | padding-right: 20px; |
1610 | + font-size: 15px; | ||
1610 | } | 1611 | } |
1611 | .link-cat p:before { | 1612 | .link-cat p:before { |
1612 | position: absolute; | 1613 | position: absolute; |
frontend/web/css/style.min.css
@@ -1846,7 +1846,8 @@ ul.breadcrumb li a { | @@ -1846,7 +1846,8 @@ ul.breadcrumb li a { | ||
1846 | color: #fff; | 1846 | color: #fff; |
1847 | bottom: 19px; | 1847 | bottom: 19px; |
1848 | padding-left: 20px; | 1848 | padding-left: 20px; |
1849 | - padding-right: 20px | 1849 | + padding-right: 20px; |
1850 | + font-size: 15px; | ||
1850 | } | 1851 | } |
1851 | 1852 | ||
1852 | .link-cat p:before { | 1853 | .link-cat p:before { |