-
+
+ className={'usa-prose text-asset-container'}>
About Justice40
In an effort to address historical environmental injustices,
@@ -83,22 +83,22 @@ const IndexPage = () => {
-
+
Areas of Focus
-
+
{readMoreList.map((item, index) => {
return (
-
-
+ className={'usa-icon-list__item'}>
+
{item[1]}
+ className={'usa-icon-list__content'}> {item[1]}
);
})
@@ -106,11 +106,9 @@ const IndexPage = () => {
-
-
+
+ className={'usa-prose text-asset-container'}>
A Transparent, Community-First Approach
@@ -153,32 +151,35 @@ const IndexPage = () => {
+
- {/* aside*/}
-
-
+
+
+
-
);
diff --git a/client/src/styles/global.scss b/client/src/styles/global.scss
index f3e751de..15f2fa23 100644
--- a/client/src/styles/global.scss
+++ b/client/src/styles/global.scss
@@ -3,9 +3,16 @@
.j40-two-column {
overflow: hidden;
- column-count: 2;
- column-gap: 1em;
padding: 0;
+
+ @media (min-width: 768px) {
+ column-count: 2;
+ column-gap: 1em;
+ }
+ @media (max-width: 768px) {
+ column-count: 1;
+ column-gap: 0;
+ }
}
.j40-two-column > * {
@@ -21,6 +28,10 @@
max-width: revert;
}
+.j40-two-column-confine {
+ max-width: fit-content;
+}
+
.j40-header {
background-color: #112f4e; /* todo: move color to theme */
color: white;
@@ -28,12 +39,17 @@
.j40-title {
font-size: xx-large;
+ font-family: "Merriweather Web";
}
.j40-aside {
background-color: #eff6fb;
}
+.j40-aside-title {
+ padding-bottom: 1em;
+}
+
.j40-footer-logo {
display: inline-block;
text-align: center;