diff --git a/ts/components/AboutView.tsx b/ts/components/AboutView.tsx
index 05f97a140..751e460a1 100644
--- a/ts/components/AboutView.tsx
+++ b/ts/components/AboutView.tsx
@@ -21,8 +21,12 @@ const StyledContent = styled(Flex)`
color: var(--text-primary-color);
}
- img {
- margin: var(--margins-lg) 0 var(--margins-md);
+ img:first-child {
+ margin: var(--margins-2xl) 0 var(--margins-lg);
+ }
+
+ img:nth-child(2) {
+ margin-bottom: var(--margins-xl);
}
.session-button {
@@ -67,7 +71,18 @@ export const AboutView = () => {
justifyContent={'center'}
alignItems={'center'}
>
-
+
+