Skip to content

Commit bfc6ae3

Browse files
committed
Add style to match th,td for figures
1 parent 4162e3f commit bfc6ae3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/monogame/public/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ body[data-disable-toc="true" i] .toc-offcanvas {
4848
visibility: hidden;
4949
}
5050

51+
th:has(a img[alt^="Figure"]),
52+
td:has(a img[alt^="Figure"]) {
53+
width: 50%;
54+
}
55+
5156

5257
/*******************************************************************************
5358
*** Section: Bootstrap Overrides

0 commit comments

Comments
 (0)