diff --git a/src/App.css b/src/App.css index feaf5bc..f581b07 100644 --- a/src/App.css +++ b/src/App.css @@ -43,6 +43,10 @@ cursor: pointer; } +a.blue-button { + text-decoration: none; +} + .clickable-link { text-decoration: underline; color: #38A3BD; diff --git a/src/components/ArticleRow.tsx b/src/components/ArticleRow.tsx index 24ee7ff..5091645 100644 --- a/src/components/ArticleRow.tsx +++ b/src/components/ArticleRow.tsx @@ -18,11 +18,9 @@ export default function ArticleRow({ }; return ( -
+
- {thumbUrl ? ( - {article.title} - ) : null} + {thumbUrl ? {article.title} : null}
-
- {thumbUrl ? ( - {initiative.name} - ) : null} +
+
+ {thumbUrl ? {initiative.name} : null}
-
-

- {initiative.name} -

+
+

{initiative.name}

diff --git a/src/components/RecentNews.tsx b/src/components/RecentNews.tsx index 4354ecd..5d27770 100644 --- a/src/components/RecentNews.tsx +++ b/src/components/RecentNews.tsx @@ -1,3 +1,5 @@ +import React from 'react'; +import { Link } from 'react-router-dom'; import useQuery from '../hooks/useQuery'; import ArticleRow from './ArticleRow'; @@ -12,10 +14,11 @@ export default function RecentNews() { return (
-

Recent News

+

Recent News

{news.map((article) => { return ; })} + All News
); } diff --git a/src/css/article.css b/src/css/article.css index 47ebabd..253b0bf 100644 --- a/src/css/article.css +++ b/src/css/article.css @@ -5,17 +5,16 @@ .article-row-thumbnail { flex: 1; - padding: 10px; - /* - To center the image - */ - /* display: flex; -align-items: center; */ + padding-top: 0.5em; + padding-bottom: 0.5em; + padding-right: 1em; } .article-row-content { flex: 3; - padding: 10px; + padding-top: 0.5em; + padding-bottom: 0.5em; + padding-right: 1em; } .article-paragraphs { diff --git a/src/css/get-involved.css b/src/css/get-involved.css index 57d0884..a46a6c8 100644 --- a/src/css/get-involved.css +++ b/src/css/get-involved.css @@ -1,14 +1,17 @@ .get-involved-body { - color: #444; - font-size: 22px; - line-height: 33px; - font-weight: 300; + color: #444; + font-size: 22px; + line-height: 33px; + font-weight: 300; + text-align: left; } .get-involved-title { - flex: 1; + flex: 1; + text-align: right; + padding-right: 2em; } .get-involved-description { - flex: 3; + flex: 3; } \ No newline at end of file diff --git a/src/css/mission.css b/src/css/mission.css index 8e79532..a6984af 100644 --- a/src/css/mission.css +++ b/src/css/mission.css @@ -1,45 +1,48 @@ .mission-box { - padding: 0px 20px; + padding: 0px 20px; } .mission-landing-page-text { - font-family: 'Arapey'; - font-size: 33px; - font-style: italic; - font-weight: 500; - line-height: 44px; + font-family: 'Arapey'; + font-size: 33px; + font-style: italic; + font-weight: 500; + line-height: 44px; } .mission-header { - font-size: 1.25rem; - font-weight: bold; + font-size: 2rem; + font-weight: bold; + text-align: right; + display: block; + padding-right: 2em; } .mission-para { - font-size: 22px; - line-height: 33px; - font-weight: 300; + font-size: 22px; + line-height: 33px; + font-weight: 300; } .mission-quote { - display: flex; - flex-direction: column; - margin: 20px 0px; + display: flex; + flex-direction: column; + margin: 20px 0px; } .mission-quote-text { - font-size: 2rem; - font-weight: 600; - font-style: italic; - font-family: 'Arapey'; - width: 100%; - text-align: center; + font-size: 2rem; + font-weight: 600; + font-style: italic; + font-family: 'Arapey'; + width: 100%; + text-align: center; } .mission-quote-author { - width: 100%; - text-align: right; - font-size: 20px; - display: inline-block; - padding-right: 200px; -} + width: 100%; + text-align: right; + font-size: 20px; + display: inline-block; + padding-right: 200px; +} \ No newline at end of file diff --git a/src/css/segment.css b/src/css/segment.css index 5c61966..b3af010 100644 --- a/src/css/segment.css +++ b/src/css/segment.css @@ -12,6 +12,7 @@ } .segment-title { - margin: 10px 0px; - font-weight: 600; + margin: 1em 0px; + font-size: 1.75rem; + font-weight: 500; } \ No newline at end of file diff --git a/src/pages/involved.tsx b/src/pages/involved.tsx index 1c7253d..6674253 100644 --- a/src/pages/involved.tsx +++ b/src/pages/involved.tsx @@ -18,7 +18,7 @@ export default function GetInvolved() { <>
-

SGA Calendar

+

SGA Calendar