add penguinmod embed support

This commit is contained in:
biglyderv 2025-01-21 00:13:20 -05:00
parent 9685751976
commit 15bb785947
2 changed files with 10 additions and 0 deletions

View file

@ -178,3 +178,9 @@ pre {
white-space: pre-wrap;
overflow-wrap: break-word;
}
iframe {
width: 480px;
height: 360px;
border: none;
}