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;