We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9352fbc commit b719f36Copy full SHA for b719f36
_sass/openfaas/includes/navigation.scss
@@ -1,6 +1,6 @@
1
.navbar {
2
min-height: auto;
3
- height: 184px;
+ height: 139px;
4
5
&>.container {
6
js/main.js
@@ -5,7 +5,7 @@ function shrinkNav() {
var nav = document.getElementById('top-nav');
var htmlTag = document.documentElement;
7
8
- var maxHeight = 184;
+ var maxHeight = 120;
9
var minHeight = 80;
10
11
if (window.innerWidth <= 1080) {
0 commit comments