forked from DebaucheryLibrarian/traxxx
Realigned header items.
This commit is contained in:
parent
131100d6e6
commit
240b203ec0
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<header class="header">
|
||||
<div>
|
||||
<div class="header-nav">
|
||||
<router-link
|
||||
to="/home"
|
||||
class="logo-link"
|
||||
|
@ -106,6 +106,11 @@ export default {
|
|||
font-size: 0;
|
||||
}
|
||||
|
||||
.header-nav {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.logo-link {
|
||||
color: inherit;
|
||||
display: inline-block;
|
||||
|
@ -114,8 +119,8 @@ export default {
|
|||
|
||||
.logo {
|
||||
display: inline-block;
|
||||
padding: 0 0 0 1rem;
|
||||
margin: 0 .5rem 0 0;
|
||||
padding: .75rem 0 .75rem 1rem;
|
||||
margin: 0 1rem 0 0;
|
||||
|
||||
.icon {
|
||||
width: 6rem;
|
||||
|
|
Loading…
Reference in New Issue