Skip to content

Commit

Permalink
fix: heights fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
maybenotilya committed Dec 7, 2023
1 parent 52a08e3 commit b17e23a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h2>Портфолио</h2>
</div>

<div class="row portfolio-container">
<div class="col-lg-6 col-md-6 portfolio-item filter-app">
<div class="col-lg-6 col-md-6 portfolio-item">
<div class="portfolio-wrap">
<img src="static/assets/img/portfolio/miniml.png" class="img-fluid" alt="">
<div class="portfolio-info">
Expand All @@ -232,12 +232,12 @@ <h4><a href="https://github.com/maybenotilya/fp2023" style="color: #fff;" target
</div>
</div>

<div class="col-lg-6 col-md-6 portfolio-item filter-app">
<div class="col-lg-6 col-md-6 portfolio-item">
<div class="portfolio-wrap">
<img src="static/assets/img/portfolio/slam.jpeg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4><a href="https://github.com/prime-slam/deplex" style="color: #fff" target="_blank">Depth Plane Extraction</a></h4>
<p>Сталия уточнения плоскостей алгоритмом RANSAC для deplex &ndash; кроссплатформенной C++ библиотеки для извлечения плоскостей с RGB-D изображений</p>
<p>Сталия уточнения плоскостей алгоритмом RANSAC для C++ библиотеки deplex</p>
</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion static/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ section .container {
}

.portfolio .portfolio-wrap {
height: 50vh;
transition: 0.3s;
padding: 2vh 1vw;
position: relative;
Expand Down

0 comments on commit b17e23a

Please sign in to comment.