Fix the little bit of scrollbar unnecessarily shown

This commit is contained in:
Emi Simpson 2023-05-22 14:52:32 -04:00
parent 07abe3b0be
commit e9dcc09186
Signed by: Emi
GPG key ID: A12F2C2FFDC3D847

View file

@ -3,13 +3,13 @@
<head>
<script src="gender.min.js"> </script>
<style>
body {
html {
position: relative;
background-image: url("assets/heart-bg.gif");
display: grid;
justify-content: center;
align-items: center;
height: 100vh;
height: 100%;
font-family: serif;
}
body > div {