1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

upload button

This commit is contained in:
muerwre 2019-08-08 18:41:41 +07:00
parent 3ed01773c4
commit adfa668f15
4 changed files with 31 additions and 14 deletions

View file

@ -1,6 +1,6 @@
.grid {
min-height: 200px;
padding-bottom: 60px;
padding-bottom: 62px;
box-sizing: border-box;
display: grid;
@ -20,6 +20,6 @@
// width: 25%;
// float: left;
// padding: $gap / 2;
z-index: 100;
z-index: 10;
box-sizing: border-box;
}