From 36d870494204f4f93fd14cdfc7245d1d92380ba3 Mon Sep 17 00:00:00 2001 From: jvdhorst Date: Tue, 20 Mar 2018 11:46:02 +0100 Subject: [PATCH] Fixed width of audio player --- 05/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/index.html b/05/index.html index 9c619a8..4837e2e 100644 --- a/05/index.html +++ b/05/index.html @@ -41,7 +41,7 @@ p { } audio{ - width: 400px: + width: 400px; }