Skip to content

Commit

Permalink
Css for underline not div
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincharles committed Mar 10, 2023
1 parent 08e277b commit 8cbafd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion src/Tools/_framework/Paths/Portfolio.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const SecondHeader = styled.header`
color: #000;
height: 80px;
position: fixed;
top: 44;
top: 4;
width: 100%;
margin: 0;
display: flex;
Expand Down
7 changes: 0 additions & 7 deletions src/Tools/_framework/Paths/SiteHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ const Header = styled.header`
justify-content: space-between;
border-bottom: 1px solid var(--mainGray);
`;
const HeaderLine = styled.header`
background-color: var(--mainGray);
height: 1px;
width: 100%;
margin: 0;
`;

const Main = styled.main`
margin: 0;
Expand Down Expand Up @@ -173,7 +167,6 @@ export default function SiteHeader(props) {
</Header>
<Main>
<TopSpace />
{/* <HeaderLine /> */}
<Outlet context={{signedIn}}/>
</Main>
</>
Expand Down

0 comments on commit 8cbafd9

Please sign in to comment.