Skip to content

Commit

Permalink
Better phone layout
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoWinterhalter committed Oct 18, 2024
1 parent 2b45b28 commit 4ed46d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ header {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
justify-content: center;
align-items: center;
padding: 15px;
background: var(--headerbg);
gap: 15px;
}

header img {
Expand Down

0 comments on commit 4ed46d2

Please sign in to comment.