Skip to content

Commit

Permalink
Fixing alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfessorManhattan committed Apr 26, 2024
1 parent bf05862 commit 8441924
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions src/global/style-default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1298,12 +1298,22 @@ landing-page #start {
position: relative;
width: 100%;
}
#hightop,

#hightop {
display: table;

> .ui-container {
display: table-cell;
vertical-align: middle;
}
}

#homing-particles #hightop,
#slider-container,
.btns-container {
> .ui-container {
margin-top: 140px;
margin-bottom: 140px;
margin-top: 90px;
margin-bottom: 90px;
}
p.parallax-header {
font-weight: 400;
Expand Down
4 changes: 2 additions & 2 deletions src/pages/landing-page/components/top-parallax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
width: 100%;

> .ui-container {
margin-top: 140px;
margin-bottom: 140px;
margin-top: 90px;
margin-bottom: 90px;
}
p.parallax-header {
font-weight: 400;
Expand Down

0 comments on commit 8441924

Please sign in to comment.