File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ <h2 class="title is-3 has-text-centered">Reconstruct images from feature space</
179179 < div class ="column is-four-fifths ">
180180 < h2 class ="title is-3 has-text-centered "> Feature-space transformations. Q matrix Calculation and Application.</ h2 >
181181 < div class ="content ">
182- < div class ="columns is-centered ">
182+ < div class ="columns is-centered has-vertical-divider ">
183183 < div class ="column is-half ">
184184 < img src ="./static/images/features_reconstruction_manipulation_train_Q.drawio.png " alt ="features_reconstruction_manipulation_train_Q " class ="is-rounded mb-4 ">
185185 < p class ="caption has-text-centered mb-6 ">
Original file line number Diff line number Diff line change @@ -233,22 +233,22 @@ body {
233233}
234234
235235/* Vertical line between figures */
236- .column .is-half : first-child {
236+ .has-vertical-divider . column .is-half : first-child {
237237 position : relative;
238238 padding-right : 2rem ;
239239}
240240
241- .column .is-half : first-child ::after {
241+ .has-vertical-divider . column .is-half : first-child ::after {
242242 content : '' ;
243243 position : absolute;
244244 right : 0 ;
245- top : 0 ;
246- height : 100 % ;
247- width : 1 px ;
245+ top : 10 % ;
246+ height : 80 % ;
247+ width : 2 px ;
248248 background-color : # dbdbdb ;
249249}
250250
251- .column .is-half : last-child {
251+ .has-vertical-divider . column .is-half : last-child {
252252 padding-left : 2rem ;
253253}
254254
You can’t perform that action at this time.
0 commit comments