Fix txes piling up

This commit is contained in:
Joshua Seigler 2019-04-09 13:17:08 -04:00
parent 66283fcfe2
commit 4036462321
3 changed files with 16 additions and 27 deletions

View file

@ -13,7 +13,6 @@ body {
background-color: #bbb;
color: black;
height: 100vh;
overflow: hidden;
}
* {
-webkit-box-sizing: inherit;
@ -45,7 +44,7 @@ a {
overflow: hidden;
}
#hero {
position: absolute;
position: fixed;
left: 41.125%;
top: 50%;
width: 77.5vw;