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.
2 parents 904afda + 07b9d05 commit e3c9b4fCopy full SHA for e3c9b4f
src/App.js
@@ -23,7 +23,7 @@ class App extends React.Component {
23
<Router>
24
<div className="flyout">
25
<Navbar />
26
- <main style={{ marginTop: "4rem" }}>
+ <main>
27
<Routes />
28
</main>
29
<Footer />
src/utilities/_base.scss
@@ -5,7 +5,11 @@
5
justify-content: space-between;
6
}
7
8
-// Navigation
+main{
9
+ padding-top: 4rem;
10
+}
11
+
12
+// Custom colors
13
.agency-dark{
14
background-color: $agencyDark !important;
15
&.darken-1{
0 commit comments