We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b5642 commit 30e562aCopy full SHA for 30e562a
css/link.css
@@ -56,6 +56,7 @@
56
justify-content: flex-end;
57
}
58
59
+.is-header-shade-border-bottom-show .link-area,
60
.is-header-shade-style-always .link-area{
61
padding-top:calc(var(--gutter) *4);
62
js/version.js
@@ -1,7 +1,7 @@
1
varversion=(function(){
2
3
// version is normally bumped when the state needs changing or any new functionality is added
4
-varcurrent="3.1.6";
+varcurrent="3.1.7";
5
6
varcompare=function(a,b){
7
varpa=a.split(".");
0 commit comments