From b28264ba700313a015161206a47c4090ecb94ea8 Mon Sep 17 00:00:00 2001 From: developomp Date: Sun, 17 Apr 2022 19:17:16 +0900 Subject: [PATCH] fixed content overlap - fixed text overlapping with the graphics --- src/components/Loading.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Loading.tsx b/src/components/Loading.tsx index 74eb0c3..c3821f1 100644 --- a/src/components/Loading.tsx +++ b/src/components/Loading.tsx @@ -38,7 +38,7 @@ const StyledSVG = styled.svg` display: block; margin: 1rem; - margin-bottom: 2rem; + margin-bottom: 4.5rem; transform: scale(2);