add embeds support

This commit is contained in:
biglyderv 2025-05-26 18:06:31 -04:00
parent e86d4f4212
commit 21476e6e43
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
3 changed files with 63 additions and 6 deletions

View file

@ -224,4 +224,17 @@ h1 {
.form-button, .form-message, form .header-big {
grid-column: span 1;
}
}
.big-text {
min-width: 500px;
min-height: 300px;
display: block;
text-decoration: none;
}
iframe {
border: none;
width: 500px;
height: 500px;
}