Skip to content

Commit 17b31a8

Browse files
committed
Fix navbar spacing
1 parent 424ca8a commit 17b31a8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/styles/components/mcac-header.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
line-height: $nav-bar-height;
1717
padding: 0;
1818
position: relative;
19+
20+
&.word {
21+
top: -5px;
22+
}
1923
}
2024

2125
i.logo {

app/templates/components/mcac-header.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<div class="container">
33
<div class="navbar-header">
44
{{#link-to "index" class="navbar-brand"}}
5-
<i class="icon-cma logo"></i> MCAC
5+
<i class="icon-cma logo"></i>
66
{{/link-to}}
7+
{{#link-to "index" class="navbar-brand word"}}MCAC{{/link-to}}
78
</div>
89
</div>
910
{{yield}}

0 commit comments

Comments
 (0)