make videos bigger
This commit is contained in:
parent
72dee5d18f
commit
0b1e78ed25
1 changed files with 9 additions and 2 deletions
|
@ -149,8 +149,8 @@ footer a {
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
color: var(--theme-accent);
|
color: var(--theme-accent);
|
||||||
margin-top: 0.5rem;
|
margin-top: 1.5rem;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 1.5rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -189,3 +189,10 @@ blockquote {
|
||||||
border-left: 10px solid var(--theme-accent);
|
border-left: 10px solid var(--theme-accent);
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
iframe,video {
|
||||||
|
aspect-ratio: 12 9;
|
||||||
|
max-width:90%;
|
||||||
|
max-height:60vh;
|
||||||
|
width:60rem;
|
||||||
|
height:30rem;
|
||||||
|
}
|
Loading…
Reference in a new issue