Skip to content

Commit

Permalink
fix: add missing border
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Feb 24, 2021
1 parent 00d9a77 commit 6f41d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/navigation/sidenav/SideNav.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<aside class="fixed z-20 flex w-full min-h-screen md:flex-row">
<div class="flex flex-col bg-elevation">
<div class="flex flex-col md:border-r bg-elevation border-border">
<!-- Hero Image -->
<div class="relative h-full overflow-hidden">
<picture>
Expand Down

0 comments on commit 6f41d2a

Please sign in to comment.