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