template blog more fix video styling
This commit is contained in:
parent
c2a64b1ea1
commit
b43bb7adf7
1 changed files with 3 additions and 0 deletions
|
|
@ -340,6 +340,7 @@ video {
|
|||
max-height: 30em;
|
||||
|
||||
border-radius: 1em;
|
||||
aspect-ratio: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -381,6 +382,8 @@ modify widths and spacing depending on the size of the display
|
|||
padding: 10px 16px;
|
||||
}
|
||||
video {
|
||||
min-width: 10em;
|
||||
min-height: 10em;
|
||||
max-width: 20em;
|
||||
max-height: 30em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue