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