Skip to content

Commit e26b331

Browse files
Update index.css
1 parent 031f5ef commit e26b331

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,17 @@ body {
8686
font-family: 'Google Sans', sans-serif;
8787
}
8888

89+
.gfi_framework figure {
90+
display: flex;
91+
flex-direction: column;
92+
align-items: center;
93+
}
94+
95+
.gfi_framework figure figcaption {
96+
margin-top: 8px;
97+
text-align: center;
98+
}
99+
89100
.model_architectures {
90101
display:flex;
91102
justify-content:space-around;

0 commit comments

Comments
 (0)