Added support for blog post audio.
This commit is contained in:
parent
c52c91ab51
commit
76b1b44665
2 changed files with 19 additions and 0 deletions
|
@ -91,6 +91,17 @@
|
|||
}
|
||||
}
|
||||
|
||||
&-audio {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-top: 20px;
|
||||
|
||||
audio {
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
|
||||
.flag {
|
||||
border-radius: 50%;
|
||||
margin: 0 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue