Skip to content

Commit 49db884

Browse files
Update index.css
css update
1 parent 7536f14 commit 49db884

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,17 @@ body {
2323
padding-bottom: 3rem;
2424
}
2525

26-
.gfi_models_figures {
27-
display: flex;
26+
.gfi_framework {
2827
font-family: 'Google Sans', sans-serif;
2928

3029
}
3130

31+
.model_architectures{
32+
display:flex;
33+
justify-content:space-around;
34+
align-items:flex-start;
35+
}
36+
3237

3338
.publication-title {
3439
}

0 commit comments

Comments
 (0)