Add bottom border between sidebar links

This commit is contained in:
Oliver Davies 2018-12-29 19:56:30 +00:00
parent 174988a7e3
commit 7a9d7ae97a

View file

@ -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"