diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 0a48860..ac77b87 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1607,6 +1607,7 @@ ul.breadcrumb li a { width: 100%; padding-left: 20px; padding-right: 20px; + font-size: 15px; } .link-cat p:before { position: absolute; diff --git a/frontend/web/css/style.min.css b/frontend/web/css/style.min.css index 5f56c35..26081ed 100755 --- a/frontend/web/css/style.min.css +++ b/frontend/web/css/style.min.css @@ -1846,7 +1846,8 @@ ul.breadcrumb li a { color: #fff; bottom: 19px; padding-left: 20px; - padding-right: 20px + padding-right: 20px; + font-size: 15px; } .link-cat p:before { -- libgit2 0.21.4