Skip to content

Commit

Permalink
Set the additional information field to the top of the screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Matthis committed Jun 28, 2024
1 parent 7040cb2 commit 6d2b6a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body {
justify-content: center;
align-items: center;
position: absolute;
top: 0;
top: 5vw;
bottom: 0;
left: 5;
right: 5;
Expand All @@ -31,7 +31,8 @@ body {
justify-content: center;
align-items: center;
position: absolute;
bottom: 0;
top: 0;
bottom: 75;
left: 0;
right: 0;
padding: 3vw;
Expand Down

0 comments on commit 6d2b6a9

Please sign in to comment.