tweaked header border

This commit is contained in:
ajdj100
2023-10-10 02:10:43 -04:00
parent b4854a8300
commit 3653100877

View File

@@ -14,7 +14,7 @@ export default {
<template>
<div id="ProfileWrapper" class="flex flex-col xl:flex-row">
<div id="HeaderWrapper" class="bg-opacity-20 xl:h-screen xl:pt-32 xl:pr-10 xl:border-r-2 ">
<div id="HeaderWrapper" class="bg-opacity-20 xl:h-screen xl:pt-32 xl:pr-10 xl:border-r-2 xl:border-gray-dark">
<profileHeader></profileHeader>
<div id="profileSubnavWrapper" class="mt-8 flex flex-row xl:flex-col">
<profileSubNav link="home" content="Home"></profileSubNav>