File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed
projects/GFI-framework/static/css Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,6 @@ body {
30
30
31
31
}
32
32
33
- /* .publication-banner video {
34
- position: relative;
35
- left: auto;
36
- top: auto;
37
- transform: none;
38
- object-fit: fit;
39
- } */
40
-
41
33
.publication-header .hero-body {
42
34
}
43
35
@@ -92,22 +84,21 @@ body {
92
84
flex-direction : column;
93
85
align-items : center;
94
86
font-family : 'Google Sans' , sans-serif;
95
-
96
87
}
97
88
98
- .model_architectures {
89
+ .model_architectures {
99
90
display : flex;
100
91
/* justify-content:space-around;
101
92
align-items:flex-start; */
102
93
}
103
94
104
- .latent-unet {
95
+ .latent-unet {
105
96
display : flex;
106
97
justify-content : center;
107
98
align-items : center;
108
99
}
109
100
110
- .latent-unet figure {
101
+ .latent-unet figure {
111
102
display : flex;
112
103
flex-direction : column;
113
104
align-items : center;
@@ -118,13 +109,13 @@ body {
118
109
text-align : center;
119
110
}
120
111
121
- .inv_xnet {
112
+ .inv_xnet {
122
113
display : flex;
123
114
justify-content : center;
124
115
align-items : center;
125
116
}
126
117
127
- .inv_xnet figure {
118
+ .inv_xnet figure {
128
119
display : flex;
129
120
flex-direction : column;
130
121
align-items : center;
@@ -135,7 +126,7 @@ body {
135
126
text-align : center;
136
127
}
137
128
138
- .abstract_div h2 {
129
+ .abstract_div h2 {
139
130
width : 100vw ;
140
131
position : relative;
141
132
left : calc (-50vw + 50% );
You can’t perform that action at this time.
0 commit comments