label: 3.6.0

This commit is contained in:
Jerry
2021-01-30 16:45:56 +08:00
parent 2cd1aa5bc9
commit defb1c5f31
8 changed files with 22 additions and 15 deletions

View File

@@ -9,14 +9,14 @@
height: 20em
border-radius: 12px 8px 8px 12px
background: var(--card-bg)
box-shadow: 0 4px 8px 6px rgba(7, 17, 27, .06)
box-shadow: var(--card-box-shadow)
transition: all .3s
+maxWidth768()
border-radius: 12px 12px 8px 8px
&:hover
box-shadow: 0 4px 12px 12px rgba(7, 17, 27, .15)
box-shadow: var(--card-hover-box-shadow)
img.post_bg
transform: scale(1.1)