Skip to content

Commit

Permalink
Change content vh and increase margin
Browse files Browse the repository at this point in the history
  • Loading branch information
xarmar committed Jun 17, 2021
1 parent f89cfad commit 7ad6780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/landingPageDesktop.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ header {
.navLink {
font-family: 'Open Sans', sans-serif;
color: white;
font-size: 130%;
font-size: 150%;
border-bottom: 1px solid transparent;
}

Expand Down Expand Up @@ -114,12 +114,12 @@ header {
#content {
padding: 50px;
background-color: var(--background-light);
height: 62vh;
height: 53vh;
display: flex;
flex-direction: column;
justify-content: center;
color: white;
margin: 2em auto 1em auto;
margin: 4em auto 1em auto;
max-width: 80%;
text-align: center;
}
Expand Down

0 comments on commit 7ad6780

Please sign in to comment.