fix media width
This commit is contained in:
parent
1dea2f76ad
commit
7d9535457f
@ -137,7 +137,7 @@ export default {
|
|||||||
.image{
|
.image{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
img{
|
img{
|
||||||
width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: 35rem;
|
max-height: 35rem;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
@ -146,12 +146,17 @@ export default {
|
|||||||
.video{
|
.video{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
video{
|
video{
|
||||||
width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: 35rem;
|
max-height: 35rem;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.audio{
|
||||||
|
audio{
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
.italic{
|
.italic{
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user