We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6188666 commit 1404584Copy full SHA for 1404584
src/components/Layout.tsx
@@ -33,9 +33,9 @@ const layout: React.FC<
33
{ name: "author", content: "Brighton ALT NET" },
34
]}
35
/>
36
-
37
- <main role="main" className="container">
38
<Nav />
+
+ <main role="main">
39
{jumboTronTitle ? (
40
<div className="jumbotron">
41
<div className="container">
src/styles/jumbotron.css
@@ -1,7 +1,7 @@
1
/* Move down content because we have a fixed navbar that is 3.5rem tall */
2
-/* body {
+main {
3
padding-top: 3.5rem;
4
-} */
+}
5
6
.jumbotron {
7
background-image: url(../images/brighton-alt-net.png);
0 commit comments