make videos bigger

main
Gabriel 2 months ago
parent 72dee5d18f
commit 0b1e78ed25

@ -149,8 +149,8 @@ footer a {
hr {
color: var(--theme-accent);
margin-top: 0.5rem;
margin-bottom: 0.5rem;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
width: 100%;
}
@ -188,4 +188,11 @@ pre {
blockquote {
border-left: 10px solid var(--theme-accent);
padding-left: 5px;
}
iframe,video {
aspect-ratio: 12 9;
max-width:90%;
max-height:60vh;
width:60rem;
height:30rem;
}
Loading…
Cancel
Save