Skip to content

Commit f64554c

Browse files
Update index.css
1 parent 5dfbb17 commit f64554c

File tree

1 file changed

+5
-39
lines changed

1 file changed

+5
-39
lines changed

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

Lines changed: 5 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,6 @@ font-size: 2.8em;
3434
line-height: 1.2em;
3535
}
3636

37-
38-
.gfi_framework {
39-
display: flex;
40-
flex-direction: column;
41-
align-items: center;
42-
font-family: 'Google Sans', sans-serif;
43-
}
44-
45-
.gfi_framework figure {
46-
display: flex;
47-
flex-direction: column;
48-
align-items: center;
49-
}
50-
51-
.gfi_framework figure figcaption {
52-
margin-top: 8px;
53-
text-align: center;
54-
}
55-
56-
.model_architectures {
57-
display:flex;
58-
justify-content:space-around;
59-
align-items:flex-start;
60-
}
61-
6237
.latent_unet {
6338
display: flex;
6439
justify-content: center;
@@ -93,18 +68,9 @@ line-height: 1.2em;
9368
text-align: center;
9469
}
9570

96-
.abstract_div h2 {
97-
width: 100vw;
98-
position: relative;
99-
left: calc(-50vw + 50%);
100-
padding: 1em;
101-
text-align: center;
102-
background-color: var(--nice-gray);
103-
}
104-
105-
/***************
106-
Helpers
107-
***************/
71+
/***************
72+
Helpers
73+
***************/
10874

10975
.no-border-top {
11076
border-top: 0;
@@ -128,9 +94,9 @@ line-height: 1.2em;
12894
left: calc(-45vw + 50%);
12995
}
13096
.banded {
131-
width: 100vw;
97+
/* width: 100vw; */
13298
position: relative;
133-
left: calc(-50vw + 50%);
99+
/* left: calc(-50vw + 50%); */
134100

135101
padding: 1em;
136102
text-align: center;

0 commit comments

Comments
 (0)