File tree Expand file tree Collapse file tree 1 file changed +4
-21
lines changed
projects/GFI-framework/static/css Expand file tree Collapse file tree 1 file changed +4
-21
lines changed Original file line number Diff line number Diff line change @@ -83,23 +83,6 @@ body {
8383 /*color: #4286f4;*/
8484}
8585
86- /* .publication-video {
87- position: relative;
88- width: 100%;
89- height: 0;
90- padding-bottom: 56.25%;
91-
92- overflow: hidden;
93- border-radius: 10px !important;
94- } */
95-
96- /* .publication-video iframe {
97- position: absolute;
98- top: 0;
99- left: 0;
100- width: 100%;
101- height: 100%;
102- } */
10386
10487.publication-body img {
10588}
@@ -124,14 +107,14 @@ body {
124107 align-items : center;
125108}
126109
127- .latent-unet figure img {
110+ .latent-unet figure {
128111 display : flex;
129112 flex-direction : column;
130113 align-items : center;
131114}
132115
133116.latent-unet figure figcaption {
134- margin-top : 8px ; /* Space between image and caption */
117+ /* margin-top: 8px; */
135118 text-align : center;
136119}
137120
@@ -141,14 +124,14 @@ body {
141124 align-items : center;
142125}
143126
144- .inv_xnet figure img {
127+ .inv_xnet figure {
145128 display : flex;
146129 flex-direction : column;
147130 align-items : center;
148131}
149132
150133.inv_xnet figure figcaption {
151- margin-top : 8px ; /* Space between image and caption */
134+ /* margin-top: 8px; */
152135 text-align : center;
153136}
154137
You can’t perform that action at this time.
0 commit comments