Skip to content

Commit 1404584

Browse files
committed
a
1 parent 6188666 commit 1404584

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/Layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ const layout: React.FC<
3333
{ name: "author", content: "Brighton ALT NET" },
3434
]}
3535
/>
36-
37-
<main role="main" className="container">
3836
<Nav />
37+
38+
<main role="main">
3939
{jumboTronTitle ? (
4040
<div className="jumbotron">
4141
<div className="container">

src/styles/jumbotron.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Move down content because we have a fixed navbar that is 3.5rem tall */
2-
/* body {
2+
main {
33
padding-top: 3.5rem;
4-
} */
4+
}
55

66
.jumbotron {
77
background-image: url(../images/brighton-alt-net.png);

0 commit comments

Comments
 (0)