mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 15:10:57 -05:00
Merge pull request #171 from Rexogamer/preview-padding
This commit is contained in:
commit
831f691cda
1 changed files with 1 additions and 0 deletions
|
@ -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%;
|
||||||
|
|
Loading…
Reference in a new issue