Browse Source

style: add audio

George Cushen 5 years ago
parent
commit
161ede094e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      assets/scss/academic/_root.scss

+ 5 - 0
assets/scss/academic/_root.scss

@@ -128,6 +128,11 @@ video {
   display: block;
 }
 
+audio {
+  width: 100%;
+  margin-bottom: 20px
+}
+
 video {
   width: 100%;
   height: auto;