@@ -22,56 +22,6 @@ body {
22
22
padding-top : 0 ;
23
23
padding-bottom : 3rem ;
24
24
}
25
-
26
- .gfi_framework {
27
- display : flex;
28
- flex-direction : column;
29
- align-items : center;
30
- font-family : 'Google Sans' , sans-serif;
31
-
32
- }
33
-
34
- .model_architectures {
35
- display : flex;
36
- /* justify-content:space-around;
37
- align-items:flex-start; */
38
- }
39
-
40
- .latent-unet {
41
- display : flex;
42
- justify-content : center;
43
- align-items : center;
44
- }
45
-
46
- .latent-unet figure {
47
- display : flex;
48
- flex-direction : column;
49
- align-items : center;
50
- }
51
-
52
- .latent-unet figcaption {
53
- margin-top : 8px ; /* Space between image and caption */
54
- text-align : center;
55
- }
56
-
57
- .inv_xnet {
58
- display : flex;
59
- justify-content : center;
60
- align-items : center;
61
- }
62
-
63
- .inv_xnet figure {
64
- display : flex;
65
- flex-direction : column;
66
- align-items : center;
67
- }
68
-
69
- .inv_xnet figcaption {
70
- margin-top : 8px ; /* Space between image and caption */
71
- text-align : center;
72
- }
73
-
74
-
75
25
.publication-title {
76
26
}
77
27
@@ -80,13 +30,13 @@ body {
80
30
81
31
}
82
32
83
- .publication-banner video {
33
+ /* .publication-banner video {
84
34
position: relative;
85
35
left: auto;
86
36
top: auto;
87
37
transform: none;
88
38
object-fit: fit;
89
- }
39
+ } */
90
40
91
41
.publication-header .hero-body {
92
42
}
@@ -133,27 +83,85 @@ body {
133
83
/*color: #4286f4;*/
134
84
}
135
85
136
- .publication-video {
86
+ /* .publication-video {
137
87
position: relative;
138
88
width: 100%;
139
89
height: 0;
140
90
padding-bottom: 56.25%;
141
91
142
92
overflow: hidden;
143
93
border-radius: 10px !important;
144
- }
94
+ } */
145
95
146
- .publication-video iframe {
96
+ /* .publication-video iframe {
147
97
position: absolute;
148
98
top: 0;
149
99
left: 0;
150
100
width: 100%;
151
101
height: 100%;
152
- }
102
+ } */
153
103
154
104
.publication-body img {
155
105
}
156
106
107
+ .gfi_framework {
108
+ display : flex;
109
+ flex-direction : column;
110
+ align-items : center;
111
+ font-family : 'Google Sans' , sans-serif;
112
+
113
+ }
114
+
115
+ .model_architectures {
116
+ display : flex;
117
+ /* justify-content:space-around;
118
+ align-items:flex-start; */
119
+ }
120
+
121
+ .latent-unet {
122
+ display : flex;
123
+ justify-content : center;
124
+ align-items : center;
125
+ }
126
+
127
+ .latent-unet figure {
128
+ display : flex;
129
+ flex-direction : column;
130
+ align-items : center;
131
+ }
132
+
133
+ .latent-unet figcaption {
134
+ margin-top : 8px ; /* Space between image and caption */
135
+ text-align : center;
136
+ }
137
+
138
+ .inv_xnet {
139
+ display : flex;
140
+ justify-content : center;
141
+ align-items : center;
142
+ }
143
+
144
+ .inv_xnet figure {
145
+ display : flex;
146
+ flex-direction : column;
147
+ align-items : center;
148
+ }
149
+
150
+ .inv_xnet figcaption {
151
+ margin-top : 8px ; /* Space between image and caption */
152
+ text-align : center;
153
+ }
154
+
155
+ .abstract_div h2 {
156
+ width : 100vw ;
157
+ position : relative;
158
+ left : calc (-50vw + 50% );
159
+ padding : 1em ;
160
+ text-align : center;
161
+ background-color : var (--nice-gray );
162
+ }
163
+
164
+
157
165
.results-carousel {
158
166
overflow : hidden;
159
167
}
0 commit comments