From 2f4c17d53411003d17cd3272c72693aba3993ed3 Mon Sep 17 00:00:00 2001 From: dev Date: Tue, 1 Jun 2021 12:38:28 +0300 Subject: [PATCH] fixed read more button styling on actual page --- src/components/Sections/FullWidthSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Sections/FullWidthSection.tsx b/src/components/Sections/FullWidthSection.tsx index 165a63e..c61e1ab 100644 --- a/src/components/Sections/FullWidthSection.tsx +++ b/src/components/Sections/FullWidthSection.tsx @@ -2,7 +2,7 @@ import React from "react"; import styled from "styled-components"; const StyledSection = styled.section` - display: grid; + display: block; padding: 1.5rem; grid-template-columns: 1fr auto;