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; position: relative;
display:block; display:block;
height: 100px; height: 100px;
width: 96%; width: calc(100% - 34px);
min-height: 100px; min-height: 100px;
margin: 12px; margin: 12px;
border-radius: 55px; border-radius: 55px;