Skip to content

Commit

Permalink
fixed pc layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kristley committed Aug 23, 2023
1 parent f23d3f2 commit ba95e53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ article:last-of-type {
margin-bottom: 20px;
display: flex;
flex-direction: row;

align-items: center;
justify-content: left;
}
Expand Down Expand Up @@ -207,11 +206,14 @@ article:last-of-type {
display: none;
}

.topbar {
justify-content: center;
}

.menu {
display: flex;
flex-direction: row; /* Menu items in a row, i.e., horizontally */
align-items: center;
justify-content: center;
}

}

0 comments on commit ba95e53

Please sign in to comment.