Merge pull request #171 from Rexogamer/preview-padding

This commit is contained in:
Paul Makles 2021-09-03 13:05:20 +01:00 committed by GitHub
commit 831f691cda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,6 +91,7 @@
display: grid; display: grid;
place-items: center; place-items: center;
grid-template-columns: minmax(auto, 100%); grid-template-columns: minmax(auto, 100%);
padding-bottom: 30px;
> div { > div {
width: 100%; width: 100%;