fixed read more button styling on actual page

This commit is contained in:
dev
2021-06-01 12:38:28 +03:00
parent e1eb1c25bb
commit 2f4c17d534
+1 -1
View File
@@ -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;