Small tweaks to Ferris size and position

This commit is contained in:
Aaran Xu 2022-01-08 02:36:02 +08:00
parent 5266bba32d
commit 54249dabc2

View File

@ -19,13 +19,25 @@ body.ayu .not_desired_behavior {
background: #501f21;
}
.ferris {
.ferris-container {
position: absolute;
z-index: 99;
right: 5px;
top: 30px;
width: 10%;
height: auto;
}
.ferris {
vertical-align: top;
margin-left: 0.2em;
height: auto;
}
.ferris-large {
width: 4.5em;
}
.ferris-small {
width: 2.3em;
}
.ferris-explain {