From 22e87596a1efe430ca71940eb1014fa336d41cd0 Mon Sep 17 00:00:00 2001 From: Emily Doherty Date: Thu, 1 Jul 2021 21:34:17 -0400 Subject: [PATCH] Somehow an S snuck in where it shouldn't be, remove it --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index a4e1545..9048a5a 100644 --- a/src/style.css +++ b/src/style.css @@ -21,7 +21,7 @@ audio, canvas, video { display: inline-block; - width: 93s%; + width: 93%; aspect-ratio: 2; } audio:not([controls]) {