Solved iframe margin bug

This commit is contained in:
2025-07-06 10:55:12 +02:00
parent 97378422bd
commit faf5bd1e8c

View File

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