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 {
83
83
/*color: #4286f4;*/
84
84
}
85
85
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
- } */
103
86
104
87
.publication-body img {
105
88
}
@@ -124,14 +107,14 @@ body {
124
107
align-items : center;
125
108
}
126
109
127
- .latent-unet figure img {
110
+ .latent-unet figure {
128
111
display : flex;
129
112
flex-direction : column;
130
113
align-items : center;
131
114
}
132
115
133
116
.latent-unet figure figcaption {
134
- margin-top : 8px ; /* Space between image and caption */
117
+ /* margin-top: 8px; */
135
118
text-align : center;
136
119
}
137
120
@@ -141,14 +124,14 @@ body {
141
124
align-items : center;
142
125
}
143
126
144
- .inv_xnet figure img {
127
+ .inv_xnet figure {
145
128
display : flex;
146
129
flex-direction : column;
147
130
align-items : center;
148
131
}
149
132
150
133
.inv_xnet figure figcaption {
151
- margin-top : 8px ; /* Space between image and caption */
134
+ /* margin-top: 8px; */
152
135
text-align : center;
153
136
}
154
137
You can’t perform that action at this time.
0 commit comments