File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
projects/GFI-framework/static/css Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,13 +124,13 @@ body {
124
124
align-items : center;
125
125
}
126
126
127
- .latent-unet figure {
127
+ .latent-unet figure img {
128
128
display : flex;
129
129
flex-direction : column;
130
130
align-items : center;
131
131
}
132
132
133
- .latent-unet figcaption {
133
+ .latent-unet figure figcaption {
134
134
margin-top : 8px ; /* Space between image and caption */
135
135
text-align : center;
136
136
}
@@ -141,13 +141,13 @@ body {
141
141
align-items : center;
142
142
}
143
143
144
- .inv_xnet figure {
144
+ .inv_xnet figure img {
145
145
display : flex;
146
146
flex-direction : column;
147
147
align-items : center;
148
148
}
149
149
150
- .inv_xnet figcaption {
150
+ .inv_xnet figure figcaption {
151
151
margin-top : 8px ; /* Space between image and caption */
152
152
text-align : center;
153
153
}
You can’t perform that action at this time.
0 commit comments