fix: fixed features page overflowing on chrome
This commit is contained in:
parent
918b28c919
commit
549d704650
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 550px;
|
grid-template-columns: 550px;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
|
|
Loading…
Reference in a new issue