You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
471 B
31 lines
471 B
1 year ago
|
#submissions
|
||
|
grid-area: submissions
|
||
|
background: rgba(0, 0, 0, 0.125)
|
||
|
padding: 1em
|
||
|
|
||
|
& > div
|
||
|
width: 100%
|
||
|
column-count: 3
|
||
|
margin: 0
|
||
|
|
||
|
$gap: 0.5em
|
||
|
|
||
|
gap: $gap
|
||
|
|
||
|
& > figure
|
||
|
background: rgba(0, 0, 0, 0.125)
|
||
|
padding: $gap
|
||
|
width: 100%
|
||
|
box-sizing: border-box
|
||
|
margin: 0
|
||
|
margin-bottom: $gap
|
||
|
break-inside: avoid-column
|
||
|
text-align: center
|
||
|
|
||
|
& > img
|
||
|
width: 100%
|
||
|
cursor: pointer
|
||
|
|
||
|
&:hover
|
||
|
border: none
|
||
|
filter: brightness(1.25)
|