We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8506b40 commit fec7ba4Copy full SHA for fec7ba4
projects/GFI-framework/static/css/index.css
@@ -43,13 +43,13 @@ body {
43
align-items: center;
44
}
45
46
-figure {
+.latent-unet figure {
47
display: flex;
48
flex-direction: column;
49
50
51
52
-figcaption {
+.latent-unet figcaption {
53
margin-top: 8px; /* Space between image and caption */
54
text-align: center;
55
@@ -60,6 +60,17 @@ figcaption {
60
61
62
63
+.inv_xnet figure {
64
+ display: flex;
65
+ flex-direction: column;
66
+ align-items: center;
67
+}
68
+
69
+.inv_xnet figcaption {
70
+ margin-top: 8px; /* Space between image and caption */
71
+ text-align: center;
72
73
74
75
.publication-title {
76
0 commit comments