Update padding and spacing
This commit is contained in:
parent
4b0273755e
commit
f2a4287771
5 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
<div class="py-1">
|
||||
<ul class="flex -ml-3">
|
||||
<li class="flex items-center ml-3">
|
||||
<div class="flex flex-col-reverse">
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
|
||||
<div class="flex flex-col flex-1">
|
||||
<nav class="border-t-2 border-transparent flex justify-end md:justify-start">
|
||||
<a href="#0" class="inline-block text-sm border-b-4 border-blue-300 mx-2 px-4 py-4 md:py-5 text-blue-300 uppercase no-underline hover:underline focus:underline">Develop</a>
|
||||
<a href="#0" class="inline-block text-sm border-b-4 border-transparent mx-2 px-4 py-4 md:py-5 text-blue-300 uppercase no-underline hover:underline focus:underline">Manage</a>
|
||||
<a href="#0" class="inline-block text-sm border-b-4 border-blue-300 mx-2 px-4 py-5 text-blue-300 uppercase no-underline hover:underline focus:underline">Develop</a>
|
||||
<a href="#0" class="inline-block text-sm border-b-4 border-transparent mx-2 px-4 py-5 text-blue-300 uppercase no-underline hover:underline focus:underline">Manage</a>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue