From 06a9b5ee2db1fa75cb44884eecf29ce885817856 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sun, 3 Mar 2024 12:08:24 +0000 Subject: fix audio widget responsiveness --- static/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index dfc18e3..957429b 100644 --- a/static/style.css +++ b/static/style.css @@ -575,6 +575,7 @@ pre code { } audio { + max-width: 100%; display: block; } -- cgit