mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Improve side-aligned image positioning (#5876)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
@@ -209,6 +209,12 @@ legend,
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* See <https://github.com/godotengine/godot-docs/pull/5876> for context. */
|
||||
.rst-content .align-right,
|
||||
.rst-content .align-left {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.rst-content div.figure p.caption {
|
||||
/* Tweak caption styling to be closer to typical captions */
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user