aboutsummaryrefslogtreecommitdiffhomepage
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css10
1 files changed, 2 insertions, 8 deletions
diff --git a/styles.css b/styles.css
index 0206f74..1848fdf 100644
--- a/styles.css
+++ b/styles.css
@@ -54,23 +54,17 @@ canvas {
}
}
-@media only screen and (max-height: 1000px) and (max-width: 600px) {
- .content {
- font-size: 2.5vh;
- }
-}
-
/*
Whale falling down
*/
-.spermWhale {
+.fallingObject {
position: absolute;
display: none;
width: auto;
height: 30vw;
}
-.dropWhale {
+.dropObject {
display: block;
z-index: 1;
bottom: 0;