Fixed uneven widths
This commit is contained in:
parent
29d673559f
commit
9a306fcfd4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue