forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
80e52c57e1
commit
d37c06884d
1 changed files with 2 additions and 1 deletions
|
@ -297,7 +297,7 @@ export default Vue.extend({
|
|||
> .images
|
||||
display grid
|
||||
grid-template-columns 1fr 1fr 1fr
|
||||
gap 4px
|
||||
gap 8px
|
||||
padding 16px
|
||||
margin-bottom 16px
|
||||
background var(--face)
|
||||
|
@ -307,6 +307,7 @@ export default Vue.extend({
|
|||
background-position center center
|
||||
background-size cover
|
||||
background-clip content-box
|
||||
border-radius 4px
|
||||
|
||||
> .tl
|
||||
background var(--face)
|
||||
|
|
Loading…
Reference in a new issue