diff --git a/frontend/src/Style/LandingPage.css b/frontend/src/Style/LandingPage.css index 5bd0673b7aa6ebe1de637c6d7364d257c844a73a..282777a7c8bd2a02a55ff0bd4d6618a55194e286 100644 --- a/frontend/src/Style/LandingPage.css +++ b/frontend/src/Style/LandingPage.css @@ -44,12 +44,13 @@ @media (orientation: portrait){ .title { font-size: xx-large; + padding-top: 10%; } .landing-page { display: flex; flex-direction: column; - justify-content: center; + align-items: center; } .favorites { @@ -60,7 +61,11 @@ .welcome-p { margin: 0px; margin-bottom: 10px; - font-size: large; + font-size: medium; + } + + .welcome-svg { + } .navbutton.left { @@ -69,6 +74,7 @@ position: static; top: 90%; left: 10%; + margin-right: auto; } .navbutton.right { @@ -77,6 +83,7 @@ position: static; top: 90%; right: 5%; + margin-left: auto; } .flex2 { display: flex;