Minor CSS: adjust access captcha height

It was too high on mobile screens.
このコミットが含まれているのは:
n9k 2022-08-12 03:59:23 +00:00
コミット d05c5fec31
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -15,7 +15,7 @@
font-family: sans-serif;
font-size: 14pt;
display: grid;
grid-template-rows: calc(50% - 4rem) 1fr;
grid-template-rows: calc(50% - 10vh + 2rem) 1fr;
height: 100vh;
margin: 0;
padding: 1rem;