Skip to content

Commit

Permalink
UI change
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtpang committed Jun 23, 2023
1 parent e70e974 commit d7c72ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body {

.navbar {
width: 1147px;
height: 120px;
height: 80px;
margin: 0 auto;
display: flex;
flex-direction: row;
Expand All @@ -46,7 +46,7 @@ body {

#link-buttons {
width: 120px;
transform: translateY(25%);
transform: translateY(15%);
display: flex;
flex-direction: row;
justify-content: space-between;
Expand Down
4 changes: 2 additions & 2 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body {

.navbar {
width: 1147px;
height: 120px;
height: 80px;
margin: 0 auto;
display: flex;
flex-direction: row;
Expand All @@ -46,7 +46,7 @@ body {

#link-buttons {
width: 120px;
transform: translateY(25%);
transform: translateY(15%);
display: flex;
flex-direction: row;
justify-content: space-between;
Expand Down

0 comments on commit d7c72ce

Please sign in to comment.