From 36a76929a46900b57c4971fe8f1facacb6f73695 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Fri, 19 Feb 2021 14:22:25 -0500 Subject: Margins on codons Prevent codons from colliding when the screen is narrow. --- mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile.css b/mobile.css index 6d2d5a9..fb02554 100644 --- a/mobile.css +++ b/mobile.css @@ -187,7 +187,7 @@ body { .genome .codon { display: inline-block; - margin: 0 0.5ex; + margin: 5px; border: 1px solid black; background-color: white; -- cgit v1.2.3