1
0

Added margin-top to ig, yt and img elements

This commit is contained in:
2023-12-05 11:52:08 +01:00
parent eefe59fee2
commit dbff101df1
6 changed files with 3 additions and 5 deletions

View File

@ -39,4 +39,7 @@
max-width: none !important;
min-width: 0 !important;
}
img, iframe, br {
margin-top: 1rem !important;
}
}