fix hero styling and center content

This commit is contained in:
dev
2021-06-29 19:17:17 +03:00
parent a6ad6a0390
commit fa8dd34b3f
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const Container = styled.div`
justify-content: space-between;
position: relative;
padding: 0;
min-height: 75vh;
min-height: 87vh;
section {
padding: 2rem 6rem;
+2 -1
View File
@@ -10,7 +10,8 @@ interface HeroPrimarySectionProps {
const Section = styled.section`
max-width: 50%;
margin: 10vh auto 0;
margin: auto;
display: inline;
text-align: center;
@media screen and (max-width: ${breakpoints.mobile}) {