mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-24 01:33:07 +02:00
🎨
This commit is contained in:
parent
4848b71ca0
commit
213a7f137e
1 changed files with 1 additions and 2 deletions
|
@ -296,15 +296,14 @@ export default Vue.extend({
|
||||||
|
|
||||||
> .images
|
> .images
|
||||||
display grid
|
display grid
|
||||||
grid-template-rows 1fr 1fr 1fr
|
|
||||||
grid-template-columns 1fr 1fr 1fr
|
grid-template-columns 1fr 1fr 1fr
|
||||||
gap 4px
|
gap 4px
|
||||||
height 250px
|
|
||||||
padding 16px
|
padding 16px
|
||||||
margin-bottom 16px
|
margin-bottom 16px
|
||||||
background var(--face)
|
background var(--face)
|
||||||
|
|
||||||
> *
|
> *
|
||||||
|
height 70px
|
||||||
background-position center center
|
background-position center center
|
||||||
background-size cover
|
background-size cover
|
||||||
background-clip content-box
|
background-clip content-box
|
||||||
|
|
Loading…
Reference in a new issue