From f226cc133879843a7844e75f89ae151d8feb01c6 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Sun, 10 Sep 2023 10:45:59 +0200 Subject: [PATCH] update reddit embed size --- src/components/styled/GlobalStyle.styled.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/styled/GlobalStyle.styled.jsx b/src/components/styled/GlobalStyle.styled.jsx index 9ae4e259..dd49247c 100644 --- a/src/components/styled/GlobalStyle.styled.jsx +++ b/src/components/styled/GlobalStyle.styled.jsx @@ -81,7 +81,7 @@ export const GlobalStyle = createGlobalStyle` .reddit-embed { width: 500px; - height: 260px; + height: 520px; } }