Update item page bg gradient

This commit is contained in:
advplyr 2023-01-26 17:14:06 -06:00
parent 7b857f04d4
commit 925e8fd17e
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<template>
<div class="w-full h-16 bg-primary relative">
<div id="appbar" class="absolute top-0 left-0 w-full h-full z-20 flex items-center px-2">
<div class="w-full h-16 bg-primary relative z-20">
<div id="appbar" class="absolute top-0 left-0 w-full h-full flex items-center px-2">
<nuxt-link v-show="!showBack" to="/" class="mr-3">
<img src="/Logo.png" class="h-10 w-10" />
</nuxt-link>