diff --git a/app/components/Article/article.css b/app/components/Article/article.css
index 53e6f297..0bee91f3 100644
--- a/app/components/Article/article.css
+++ b/app/components/Article/article.css
@@ -245,7 +245,7 @@ article .banner h3 .title {
@media only screen and (max-width: 600px) {
/* Hide the image on mobile */
- article .glossary-popup .contents+img {
+ article .glossary-popup .contents + img {
display: none;
}
}
diff --git a/app/components/HowCanIHelp/Base.tsx b/app/components/HowCanIHelp/Base.tsx
index 02ca23c5..5c427c1d 100644
--- a/app/components/HowCanIHelp/Base.tsx
+++ b/app/components/HowCanIHelp/Base.tsx
@@ -22,7 +22,11 @@ export default function Base({title, current, children, ...props}: BaseProps) {
{children}
-
+
diff --git a/app/components/HowCanIHelp/howcanihelp.css b/app/components/HowCanIHelp/howcanihelp.css
index 77f644e7..5d039fb9 100644
--- a/app/components/HowCanIHelp/howcanihelp.css
+++ b/app/components/HowCanIHelp/howcanihelp.css
@@ -4,6 +4,6 @@
margin-top: var(--spacing-104);
}
-.link-card .image+div {
+.link-card .image + div {
max-width: calc(100% - 105px);
-}
\ No newline at end of file
+}