fix header styling

This commit is contained in:
nc 2023-02-19 19:47:46 +07:00
parent e58b955496
commit 6c56ed7ceb
2 changed files with 3 additions and 4 deletions

View File

@ -10,9 +10,7 @@ const Base = ({ children }: any) => (
<>
<div className="ContainerMD">
<Header />
<div style={{ marginTop: '2rem' }}>
<main>{children}</main>
</div>
<main>{children}</main>
</div>
</>
);

View File

@ -1,5 +1,6 @@
.HeaderBlock {
padding-top: 1em;
padding-top: 15%;
margin-bottom: 4%;
}
.LinkText {