We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41cb989 + 28f44f5 commit d271431Copy full SHA for d271431
custom-pages/wildfire-explorer/index.css
@@ -0,0 +1,3 @@
1
+.usa-site-alert {
2
+ margin-top: 2.5rem;
3
+}
custom-pages/wildfire-explorer/index.mdx
@@ -3,7 +3,7 @@ hideNav: true
hideHero: true
4
hideFooter: true
5
---
6
-
+import './index.css';
7
import Component from './component.tsx';
8
9
<Component />
0 commit comments