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 {
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}
You can’t perform that action at this time.
0 commit comments