some fixes
This commit is contained in:
parent
25b3f97fd2
commit
bb3a048d15
5 changed files with 10 additions and 7 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue