Skip to content

Commit ce0a692

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

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

project/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,13 @@ <h2 class="title is-3 has-text-centered">Feature-space transformations. Q matrix
181181
<div class="content">
182182
<div class="columns is-centered">
183183
<div class="column is-half">
184-
<img src="./static/images/features_reconstruction_manipulation_train_Q.drawio.png" alt="features_reconstruction_manipulation_train_Q" class="is-rounded">
184+
<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">
186186
<b>Figure 3. Feature-space transformations. Q matrix Calculation.</b> We then calculate Q matrix for feature-space manupulation.
187187
</p>
188188
</div>
189189
<div class="column is-half">
190-
<img src="./static/images/features_reconstruction_manipulation_eval_Q.drawio.png" alt="features_reconstruction_manipulation_eval_Q" class="is-rounded">
190+
<img src="./static/images/features_reconstruction_manipulation_eval_Q.drawio.png" alt="features_reconstruction_manipulation_eval_Q" class="is-rounded mb-4">
191191
<p class="caption has-text-centered mb-6">
192192
<b>Figure 4. Feature-space transformations. Q matrix Application.</b> After Q matrix is calculated, we apply it to the feature space. For each patch embedding.
193193
</p>

project/static/css/index.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,5 +232,25 @@ body {
232232
cursor: pointer;
233233
}
234234

235+
/* Vertical line between figures */
236+
.column.is-half:first-child {
237+
position: relative;
238+
padding-right: 2rem;
239+
}
240+
241+
.column.is-half:first-child::after {
242+
content: '';
243+
position: absolute;
244+
right: 0;
245+
top: 0;
246+
height: 100%;
247+
width: 1px;
248+
background-color: #dbdbdb;
249+
}
250+
251+
.column.is-half:last-child {
252+
padding-left: 2rem;
253+
}
254+
235255

236256

0 commit comments

Comments
 (0)