template blog more fix video styling

This commit is contained in:
Ruben 2024-05-03 09:39:34 -05:00
commit b43bb7adf7
No known key found for this signature in database
GPG key ID: AE181294E97E4802

View file

@ -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;
}