Skip to content

Commit fecb245

Browse files
author
Dmitrii Tarasov
committed
figure 3 and 4 horizontal space
1 parent ce0a692 commit fecb245

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

project/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

project/static/css/index.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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: 1px;
245+
top: 10%;
246+
height: 80%;
247+
width: 2px;
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

0 commit comments

Comments
 (0)