refact css tailwind
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<nav v-bind:class="{ small: !toggleNav }" class="h-screen bg-primary-400 flex flex-col justify-between">
|
||||
<div class="">
|
||||
<nav v-bind:class="{ small: !toggleNav }" class="">
|
||||
<div>
|
||||
<router-link to="/" class="logo" v-bind:class="{ small: !toggleNav }">
|
||||
<svg-vue icon="logo" />
|
||||
</router-link>
|
||||
|
||||
Reference in New Issue
Block a user