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 c370dfa commit 8e42dd3Copy full SHA for 8e42dd3
1 file changed
app/styles/app.scss
@@ -45,3 +45,10 @@ body {
45
46
47
@import "ember-power-select";
48
+
49
+// fix header
50
+@media (min-width: 992px) {
51
+ nav.es-navbar div.container {
52
+ align-items: center;
53
+ }
54
+}
0 commit comments