Add bottom border between sidebar links
This commit is contained in:
parent
174988a7e3
commit
7a9d7ae97a
|
@ -2,7 +2,7 @@
|
|||
<div class="w-auto lg:w-64 bg-grey-darkest text-white antialiased fixed pin-l h-full overflow-y-scroll">
|
||||
<div>
|
||||
<ul class="list-reset">
|
||||
<li v-for="link in links" :key="link.title">
|
||||
<li v-for="link in links" :key="link.title" class="border-b border-grey-darkest">
|
||||
<a
|
||||
href="#0"
|
||||
class="flex items-center no-underline hover:underline focus:underline border-l-6 px-4 py-5"
|
||||
|
|
Reference in a new issue