Solved iframe margin bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-06 10:55:12 +02:00
parent 97378422bd
commit faf5bd1e8c
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -133,5 +133,5 @@ body::before {
}
iframe{
margin-bottom: 10px;
margin-bottom: -10px;
}