From 5ca2431de34616b8e06dfbcac9a5c8b09442480e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 17 Sep 2014 07:41:20 -0400 Subject: [PATCH] feature(view) add audio width: 100% --- css/view.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/view.css b/css/view.css index e008a657..55f19751 100644 --- a/css/view.css +++ b/css/view.css @@ -23,6 +23,6 @@ z-index: 1 } -.media, video { +.media, audio, video { width: 100%; } \ No newline at end of file