Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit b0f43e8

Browse files
committed
remove header margin
1 parent 6980a5d commit b0f43e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "@/css/header.css";
66

77
export const Header: FC = () => (
88
<Navbar bg="light" expand="lg" style={{ borderBottom: "1px solid #ddd" }}>
9-
<Container>
9+
<Container style={{marginLeft: 0, marginRight: 0}}>
1010
<Navbar.Brand>
1111
TypeScript ESLint Demo
1212
<Badge variant="secondary" className="version-badge">

0 commit comments

Comments
 (0)