diff --git a/ferris.css b/ferris.css index 3712079..fb4a553 100644 --- a/ferris.css +++ b/ferris.css @@ -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 {