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

fixed paddings

This commit is contained in:
Fedor Katurov 2019-12-03 12:30:40 +07:00
parent aed888e894
commit ab898cc40c
2 changed files with 9 additions and 2 deletions

View file

@ -57,7 +57,7 @@
padding-bottom: 10px;
box-sizing: border-box;
flex-direction: column;
padding: $gap 0;
// padding: $gap 0;
&:first-child {
border-top-right-radius: $radius;
@ -93,6 +93,10 @@
}
}
.block_text {
padding: $gap 0;
}
.date {
position: absolute;
bottom: 0;