less padding
This commit is contained in:
@@ -7,7 +7,6 @@ import { RouterLink, RouterView } from 'vue-router'
|
||||
<div class="wrapper">
|
||||
<nav>
|
||||
<router-link to="/">Home</router-link>
|
||||
<router-link to="/about">About</router-link>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
@@ -17,7 +16,7 @@ import { RouterLink, RouterView } from 'vue-router'
|
||||
|
||||
<style scoped>
|
||||
header {
|
||||
line-height: 1.5;
|
||||
line-height: 1;
|
||||
max-height: 100vh;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user