fix hero styling and center content
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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}) {
|
||||
|
||||
Reference in New Issue
Block a user