Skip to content

Commit

Permalink
Added proper margins to various welcome heroes
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfessorManhattan committed Mar 23, 2024
1 parent a2977d1 commit a929a50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/global/style-default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ landing-page {
}

#start {
margin-top: calc(100vh - 64px);
margin-top: 100vh;
padding-top: 64px;
}

Expand Down
6 changes: 6 additions & 0 deletions src/pages/landing-page/landing-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1088,4 +1088,10 @@ h6 {
#start > .ui-container {
margin-top: 50px;
padding-top: 100px;
}

@media (max-width: 640px) {
#start > .ui-container {
padding-top: 200px !important;
}
}

0 comments on commit a929a50

Please sign in to comment.