add embeds support
This commit is contained in:
parent
e86d4f4212
commit
21476e6e43
3 changed files with 63 additions and 6 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue