diff options
author | Brian Cully <bjc@kublai.com> | 2021-02-19 14:22:25 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2021-02-19 14:22:25 -0500 |
commit | 36a76929a46900b57c4971fe8f1facacb6f73695 (patch) | |
tree | 0427047c0d15562aafa002a637b540826f7ac55b | |
parent | 2f50863c78cf9497db41149112f37a1c55ffdae9 (diff) | |
download | molsim2-36a76929a46900b57c4971fe8f1facacb6f73695.tar.gz molsim2-36a76929a46900b57c4971fe8f1facacb6f73695.zip |
Margins on codons
Prevent codons from colliding when the screen is narrow.
-rw-r--r-- | mobile.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ body { .genome .codon { display: inline-block; - margin: 0 0.5ex; + margin: 5px; border: 1px solid black; background-color: white; |