Skip to content

Commit fec7ba4

Browse files
Update index.css
1 parent 8506b40 commit fec7ba4

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

projects/GFI-framework/static/css/index.css

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ body {
4343
align-items: center;
4444
}
4545

46-
figure {
46+
.latent-unet figure {
4747
display: flex;
4848
flex-direction: column;
4949
align-items: center;
5050
}
5151

52-
figcaption {
52+
.latent-unet figcaption {
5353
margin-top: 8px; /* Space between image and caption */
5454
text-align: center;
5555
}
@@ -60,6 +60,17 @@ figcaption {
6060
align-items: center;
6161
}
6262

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+
6374

6475
.publication-title {
6576
}

0 commit comments

Comments
 (0)