Skip to content

Commit

Permalink
fix: width styling of h2 element
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomBreugelmans committed Nov 29, 2024
1 parent eddcd44 commit a03efa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ font-size: 4.5vh;
}
h2 {
position: absolute;
/*width: 50%;*/
min-width: 50%;
height: 3vh;
left: 50%;
transform: translateX(-50%);
Expand Down

0 comments on commit a03efa1

Please sign in to comment.