Revert "fix hero styling and center content"

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