Skip to content

Commit bd0cf8d

Browse files
authored
fix: fix explore button border (#34)
1 parent e717659 commit bd0cf8d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

assets/css/f5-hugo.css

+6
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,12 @@ ol.breadcrumb > li:first-child {
12051205
padding-bottom: 0!important;
12061206
}
12071207

1208+
.nav-item-explore {
1209+
background: none;
1210+
position: relative;
1211+
padding-bottom: 0!important;
1212+
}
1213+
12081214
li.nav-item a.nav-link {
12091215
color: #898787;
12101216
font-weight: 300;

layouts/partials/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{{ end }}
2828

2929
<ul class="navbar navbar-nav">
30-
<li class="nav-item active">
30+
<li class="nav-item-explore active">
3131
<button class="button navbar-button"><a href="https://www.nginx.com/products/" alt="Explore all products on nginx.com" target="_blank">Explore All Products</a></button>
3232
</li>
3333
</ul>

0 commit comments

Comments
 (0)