summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2021-02-19 14:29:01 -0500
committerBrian Cully <bjc@kublai.com>2021-02-19 14:29:01 -0500
commit11ab02da706e0c3b60c363325eabdf88e47ea522 (patch)
treed8963205f8f2a0dd9bcd69096de9aff525938d0c
parent36a76929a46900b57c4971fe8f1facacb6f73695 (diff)
downloadmolsim2-11ab02da706e0c3b60c363325eabdf88e47ea522.tar.gz
molsim2-11ab02da706e0c3b60c363325eabdf88e47ea522.zip
Minor spacing
-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 {