From 2bf6318ed9082703dfbdabd15b482d7eeccf5fd5 Mon Sep 17 00:00:00 2001 From: barkaiavital Date: Thu, 21 May 2020 18:02:53 +0200 Subject: [PATCH 1/2] Update '12/style.css' --- 12/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/style.css b/12/style.css index e9065e7..8a9dd5c 100644 --- a/12/style.css +++ b/12/style.css @@ -104,8 +104,8 @@ ul#table_content_02{ } .audio_01{ + width:100%; margin-top:40px; - color:pink; } .contributors{ From 95327d98e97781cae4eccfae4440e35e1d3d5803 Mon Sep 17 00:00:00 2001 From: barkaiavital Date: Thu, 21 May 2020 18:04:09 +0200 Subject: [PATCH 2/2] Update '12/style.css' --- 12/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/12/style.css b/12/style.css index 8a9dd5c..8b1a536 100644 --- a/12/style.css +++ b/12/style.css @@ -119,6 +119,10 @@ color: orangered; margin-top: 15px; } +audio{ +width:100%; +} + a{ color:red; text-decoration: none;