From 9abf1bd0c0a6b65f04c36fd56b93873982937abe Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 8 May 2021 17:54:38 +0200 Subject: [PATCH] small css change (removing type size) --- print/static/stylesheet.css | 1 - 1 file changed, 1 deletion(-) diff --git a/print/static/stylesheet.css b/print/static/stylesheet.css index 7ab0c81..6d9ab9c 100644 --- a/print/static/stylesheet.css +++ b/print/static/stylesheet.css @@ -37,7 +37,6 @@ textarea#normal{ textarea#big{ background-color: black; color: white; - /* font-size: 72px; */ line-height: 1; word-break: break-all; }