Skip to content

Commit ebe7c17

Browse files
Update index.css
1 parent 33f037e commit ebe7c17

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

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

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,31 @@ body {
3333

3434
.model_architectures{
3535
display:flex;
36-
justify-content:space-around;
37-
align-items:flex-start;
36+
/* justify-content:space-around;
37+
align-items:flex-start; */
38+
}
39+
40+
.latent-unet{
41+
display: flex;
42+
justify-content: center;
43+
align-items: center;
44+
}
45+
46+
figure {
47+
display: flex;
48+
flex-direction: column;
49+
align-items: center;
50+
}
51+
52+
figcaption {
53+
margin-top: 8px; /* Space between image and caption */
54+
text-align: center;
55+
}
56+
57+
.inv_xnet{
58+
display: flex;
59+
justify-content: center;
60+
align-items: center;
3861
}
3962

4063

0 commit comments

Comments
 (0)