Revert "Fix video alignment after dependency update"

This reverts commit 0e87849415.
This commit is contained in:
tetrapod00
2025-02-03 10:22:46 -08:00
parent 46b56891e3
commit 049b42989e
5 changed files with 0 additions and 12 deletions

View File

@@ -1844,11 +1844,3 @@ p + .classref-constant {
#godot-giscus {
margin-bottom: 1em;
}
/** Center videos embedded using the sphinxcontrib-video plugin.
* That plugin makes assumptions about `align-center` and `align-left` that our
* theme does not follow, so we set the `align-default` class instead to avoid
* collisions and have full control of how videos are aligned. */
.align-default {
text-align: center
}