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/mixins";
|
||||
|
||||
img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
@include block-link;
|
||||
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
video {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue