Set video width to 100%
This commit is contained in:
parent
b364b167ad
commit
df374b6a22
1 changed files with 9 additions and 5 deletions
|
@ -17,14 +17,18 @@ defineProps<{
|
||||||
@import "../styles/theme";
|
@import "../styles/theme";
|
||||||
@import "../styles/mixins";
|
@import "../styles/mixins";
|
||||||
|
|
||||||
img {
|
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@include block-link;
|
@include block-link;
|
||||||
|
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
video {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue