From 41a156c2141abecb6adf7b99e18ad741afa99275 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Fri, 19 Feb 2021 21:03:09 -0500 Subject: Get printing on a single page. --- print.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/print.css b/print.css index 3739ec6..f227fcc 100644 --- a/print.css +++ b/print.css @@ -52,10 +52,6 @@ body { border: 1px solid black; } -.genome .codon>ol { - padding: 1ex 0.5em; -} - .genome .codon .amino-acid { border-top: 1px solid black; text-align: center; @@ -65,7 +61,7 @@ body { .genome .nucleotide { display: inline-flex; - height: 3ex; + height: 2em; width: 2em; justify-content: space-around; align-items: center; -- cgit v1.2.3