Skip to content

Commit 7f01445

Browse files
Update index.css
1 parent 23f1a51 commit 7f01445

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
@@ -88,8 +88,8 @@ body {
8888

8989
.model_architectures {
9090
display:flex;
91-
/* justify-content:space-around;
92-
align-items:flex-start; */
91+
justify-content:space-around;
92+
align-items:flex-start;
9393
}
9494

9595
.latent-unet {
@@ -105,7 +105,7 @@ body {
105105
}
106106

107107
.latent-unet figure figcaption {
108-
/* margin-top: 8px; */
108+
margin-top: 8px;
109109
text-align: center;
110110
}
111111

@@ -122,7 +122,7 @@ body {
122122
}
123123

124124
.inv_xnet figure figcaption {
125-
/* margin-top: 8px; */
125+
margin-top: 8px;
126126
text-align: center;
127127
}
128128

0 commit comments

Comments
 (0)