Add image cache generation

This commit is contained in:
Michał Gdula 2023-03-26 20:58:17 +00:00
parent 2b795e520f
commit de79f5bc54
11 changed files with 126 additions and 96 deletions

View file

@ -103,7 +103,7 @@
align-items: center
h1
font-size: 3.5rem
font-size: 3rem
text-align: center
p

View file

@ -80,11 +80,17 @@
object-fit: cover
object-position: center
background-color: RGB($fg-white)
transform: scale(1.05)
transition: all 0.3s cubic-bezier(.79, .14, .15, .86)
background-color: RGB($fg-white)
filter: blur(0.5rem)
opacity: 0
transition: all 0.2s cubic-bezier(.79, .14, .15, .86)
&.loaded
filter: blur(0)
opacity: 1
&:after
content: ""