diff --git a/src/devhub/entity/community/Announcements.jsx b/src/devhub/entity/community/Announcements.jsx index 6ba771d00..2150a7cdd 100644 --- a/src/devhub/entity/community/Announcements.jsx +++ b/src/devhub/entity/community/Announcements.jsx @@ -25,6 +25,16 @@ const SidebarContainer = styled.div` flex: 1; `; +const Heading = styled.div` + font-size: 19px; + font-weight: 600; +`; + +const SubHeading = styled.div` + font-size: 15px; + font-weight: 600; +`; + const Container = styled.div` flex-wrap: no-wrap; max-width: 100%; @@ -35,6 +45,10 @@ const Container = styled.div` @media screen and (max-width: 960px) { flex-wrap: wrap; } + + .card { + border-radius: 1rem !important; + } `; const Tag = styled.div` @@ -48,9 +62,9 @@ const Tag = styled.div` gap: 0.5rem; border-width: 1px; border-style: solid; - font-size: 13px; + font-size: 14px; color: rgba(0, 236, 151, 1); - font-weight: 700; + font-weight: 800; `; return ( @@ -60,7 +74,7 @@ return (
{context.accountId && (communityData?.admins ?? []).includes(context.accountId) && ( -
+
)}
-
Announcements
+ Announcements