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:
parent
aed888e894
commit
ab898cc40c
2 changed files with 9 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue