Fix the little bit of scrollbar unnecessarily shown
This commit is contained in:
parent
07abe3b0be
commit
e9dcc09186
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue