diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index e5044b1..ee320a7 100644 --- a/static/style.css +++ b/static/style.css @@ -51,6 +51,13 @@ audio{ max-width:100%; display:block; +} + +.left audio{ + margin-top:7px; +} + +.right-wrapper audio{ margin-bottom:17px; } |