Skip to content

Commit

Permalink
Use cases buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
desistefanova committed Mar 9, 2024
1 parent 5dd60e5 commit 9f93d10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -861,8 +861,8 @@ section {
border-radius: 50%;
display: block;
position: absolute;
left: calc(50% - 47px);
top: calc(50% - 47px);
left: (50% - 47px);
top: calc(50% - 97px);
overflow: hidden;
}

Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h2>Daily use cases</h2>
<div
class="col-xl-5 col-lg-6 video-box d-flex justify-content-center align-items-stretch position-relative"
data-aos="fade-right">
<span class="glightbox play-btn mb-4"></span>
<span class="play-btn mb-4"></span>
</div>
<h5 class="card-title">Don't use sticky notes</h5>
<p class="card-text">During the daily workflow the tasks appear one after another.
Expand All @@ -253,7 +253,7 @@ <h5 class="card-title">Don't use sticky notes</h5>
<div
class="col-xl-5 col-lg-6 video-box d-flex justify-content-center align-items-stretch position-relative"
data-aos="fade-right">
<span class="glightbox play-btn mb-4"></span>
<span class="play-btn mb-4"></span>
</div>
<h5 class="card-title">Reduce data input</h5>
<p class="card-text">It is a nightmare when you have to enter the same information to different software
Expand All @@ -270,7 +270,7 @@ <h5 class="card-title">Reduce data input</h5>
<div
class="col-xl-5 col-lg-6 video-box d-flex justify-content-center align-items-stretch position-relative"
data-aos="fade-right">
<span class="glightbox play-btn mb-4"></span>
<span class="play-btn mb-4"></span>
</div>
<h5 class="card-title">Organize your apps</h5>
<p class="card-text">In the world of cloud and web applications, you spend most of the days
Expand All @@ -286,7 +286,7 @@ <h5 class="card-title">Organize your apps</h5>
<div
class="col-xl-5 col-lg-6 video-box d-flex justify-content-center align-items-stretch position-relative"
data-aos="fade-right">
<span class="glightbox play-btn mb-4"></span>
<span class="play-btn mb-4"></span>
</div>
<h5 class="card-title">Sync photos at home</h5>
<p class="card-text">Taking photos and videos every day with your phone, makes it difficult to manage
Expand Down

0 comments on commit 9f93d10

Please sign in to comment.