From a6baa1084d18a53a4ae686ebc01d8eea9c185fe6 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Fri, 19 Feb 2021 21:05:22 -0500 Subject: Fill nucleotide with highlight. --- mobile.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mobile.css b/mobile.css index 393dcbd..a86d76d 100644 --- a/mobile.css +++ b/mobile.css @@ -75,9 +75,9 @@ button { background-color: white; } -.genome .codon>ol { - padding: 1ex 0.5em; -} +/* .genome .codon>ol { */ +/* padding: 1ex 0.5em; */ +/* } */ .genome .codon .amino-acid { border-top: 1px solid black; @@ -87,8 +87,9 @@ button { } .genome .nucleotide { - display: inline-block; - width: 28px; + display: inline-flex; + height: 32px; + width: 32px; font-size: 18px; text-align: center; flex-wrap: wrap; -- cgit v1.2.3