From cfe8cc797906caf841cd1d0c5f7e65a2e6b5bec7 Mon Sep 17 00:00:00 2001 From: Jackson Schuster Date: Sun, 13 Aug 2023 16:26:41 -0700 Subject: Change semicolon to colon --- data/templates/styles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/templates/styles.html b/data/templates/styles.html index 8dafb5ac3..58fff9f2f 100644 --- a/data/templates/styles.html +++ b/data/templates/styles.html @@ -63,7 +63,7 @@ img { max-width: 100%; } svg { - height; auto; + height: auto; max-width: 100%; } h1, h2, h3, h4, h5, h6 { -- cgit v1.2.3