Skip to content

Commit 6b484b0

Browse files
committed
Removed inline style
1 parent fc02584 commit 6b484b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

client/src/components/root/navbar.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<a>Categories</a>
4040
</router-link>
4141
</ul>
42-
<div class="nav navbar-form navbar-right" style="margin-right: 100px;">
42+
<div class="nav navbar-form navbar-right spacer">
4343
<cc-spinner></cc-spinner>
4444
<span class="username">{{ user.name }}</span>
4545
<button class="btn btn-default btn-sm" @click="logout">Logout</button>
@@ -51,6 +51,9 @@
5151
</template>
5252

5353
<style scoped>
54+
.spacer {
55+
margin-right: 100px;
56+
}
5457
.username {
5558
padding: 6px 20px;
5659
border-radius: 20px;

0 commit comments

Comments
 (0)