CyrusYip / cyrusyip-blog

Cyrus Yip's Blog built with Hugo | 叶寻的博客
https://cyrusyip.org/
MIT License
5 stars 1 forks source link

change height of 404 page #15

Closed CyrusYip closed 2 months ago

CyrusYip commented 4 months ago

https://github.com/CyrusYip/cyrusyip-blog/blob/73b25bcae7791aaa8baeb532390864b28fec4577/static/404.html#L17

It should be changed into:

min-height: 100vh;
min-height: 100dvh;
CyrusYip commented 2 months ago

Fixed in https://github.com/CyrusYip/cyrusyip-blog/commit/721ee8aba14d80f22ef3472f16a7d2519f869a14 .