some fixes

This commit is contained in:
henry-hiles 2021-12-13 14:35:18 -05:00
parent 25b3f97fd2
commit bb3a048d15
5 changed files with 10 additions and 7 deletions

View file

@ -3,12 +3,10 @@
*::before {
box-sizing: border-box;
}
body {
margin: 0;
background-image: url(images/background.png);
background-size: cover;
width: 100vw;
height: 100vh;
font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
@ -41,6 +39,7 @@ body {
.bird {
--bird-top: -1000;
--bird-size: 60px;
user-select: none;
position: absolute;
width: var(--bird-size);
left: var(--bird-size);