wrap-reverse and backdrop blur

This commit is contained in:
2026-04-12 13:11:30 -05:00
parent 7bf6ea44c5
commit 0787ece69f
2 changed files with 2 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ $entry-width: 400px
flex-grow: 3
justify-content: center
margin-top: 100px
flex-wrap: wrap
flex-wrap: wrap-reverse
flex-direction: row-reverse
.art-ctr

View File

@@ -6,6 +6,7 @@
z-index: 9999
font-family: Neuton, serif
background: rgba(0,0,0,0.5)
backdrop-filter: blur(5px)
width: 100vw
height: 100vh
position: fixed