Skip to content

Commit 26a836c

Browse files
Update index.css
1 parent 05ec5f9 commit 26a836c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ body {
124124
align-items: center;
125125
}
126126

127-
.latent-unet figure {
127+
.latent-unet figure img{
128128
display: flex;
129129
flex-direction: column;
130130
align-items: center;
131131
}
132132

133-
.latent-unet figcaption {
133+
.latent-unet figure figcaption {
134134
margin-top: 8px; /* Space between image and caption */
135135
text-align: center;
136136
}
@@ -141,13 +141,13 @@ body {
141141
align-items: center;
142142
}
143143

144-
.inv_xnet figure {
144+
.inv_xnet figure img{
145145
display: flex;
146146
flex-direction: column;
147147
align-items: center;
148148
}
149149

150-
.inv_xnet figcaption {
150+
.inv_xnet figure figcaption {
151151
margin-top: 8px; /* Space between image and caption */
152152
text-align: center;
153153
}

0 commit comments

Comments
 (0)