tweaked header border
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user