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.
2 parents 424ca8a + 17b31a8 commit 35741d5Copy full SHA for 35741d5
app/styles/components/mcac-header.scss
@@ -16,6 +16,10 @@
16
line-height: $nav-bar-height;
17
padding: 0;
18
position: relative;
19
+
20
+ &.word {
21
+ top: -5px;
22
+ }
23
}
24
25
i.logo {
app/templates/components/mcac-header.hbs
@@ -2,8 +2,9 @@
2
<div class="container">
3
<div class="navbar-header">
4
{{#link-to "index" class="navbar-brand"}}
5
- <i class="icon-cma logo"></i> MCAC
+ <i class="icon-cma logo"></i>
6
{{/link-to}}
7
+ {{#link-to "index" class="navbar-brand word"}}MCAC{{/link-to}}
8
</div>
9
10
{{yield}}
0 commit comments