summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mobile.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/mobile.css b/mobile.css
index fb02554..ef541e1 100644
--- a/mobile.css
+++ b/mobile.css
@@ -173,8 +173,15 @@ body {
padding-bottom: 1ex;
}
-.genome {
- margin: 0.5ex;
+#lethality-selector {
+ position: fixed;
+ left: 50%;
+ top: 50%;
+ transform: translate(-50%, -50%);
+
+ padding: 10px;
+ background-color: ivory;
+ border: 1px solid black;
}
.genome>ol {