Fixed uneven widths

This commit is contained in:
Notoric 2024-02-24 15:12:09 +00:00
parent 29d673559f
commit 9a306fcfd4
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ h1 {
position: relative;
display:block;
height: 100px;
width: 96%;
width: calc(100% - 34px);
min-height: 100px;
margin: 12px;
border-radius: 55px;