Add question page design changes

This commit is contained in:
mrfry 2021-01-09 17:41:02 +01:00
parent 5a1bd258bc
commit 820adec2d0
4 changed files with 51 additions and 23 deletions

View file

@ -54,7 +54,7 @@ export default function Layout(props) {
setSidebarOpen(window.innerWidth >= 700)
})
}, [])
const snowflakeCount = (windowSize[0] + windowSize[1]) / 8
const snowflakeCount = (windowSize[0] + windowSize[1]) / 26
return (
<div>