We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5d4fe commit be799bfCopy full SHA for be799bf
css/theme.scss
@@ -749,7 +749,7 @@ body main {
749
.navbar-center {
750
display: block;
751
}
752
- .navbar-center a {
+ .navbar-center a, .navbar-center span.navbar-link {
753
padding-left: 1.5em;
754
padding-right: 1.5em;
755
theme/templates/base.html
@@ -14,7 +14,7 @@
14
content="width=device-width, initial-scale=1, shrink-to-fit=no"
15
/>
16
{% block extra_meta %}{% endblock %}
17
- <link rel="stylesheet" href="{{ SITEURL }}/theme/css/theme.min.css?v=1" />
+ <link rel="stylesheet" href="{{ SITEURL }}/theme/css/theme.min.css?v=2" />
18
<link
19
rel="icon"
20
type="image/x-icon"
0 commit comments