Skip to content

Commit

Permalink
Merge pull request #31 from gudzsv/feature/benefits-section
Browse files Browse the repository at this point in the history
Feature/benefits section
  • Loading branch information
gudzsv authored Apr 29, 2024
2 parents b6cd438 + cc5e475 commit e5fc4fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
11 changes: 0 additions & 11 deletions src/partials/benefits/benefits.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
.benefits-wrapper {
padding-top: 31.5px;
padding-bottom: 20.5px;
}

.benefits-section-title {
font-weight: 600;
font-size: 16px;
line-height: 150%;
letter-spacing: -0.02em;
text-transform: uppercase;
color: rgba(250, 250, 250, 0.4);
margin-bottom: 32px;
}

Expand Down
6 changes: 3 additions & 3 deletions src/partials/benefits/benefits.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section class="benefits">
<section class="benefits" id="benefits">
<div class="container">
<div class="benefits-wrapper">
<h2 class="benefits-section-title">BENEFITS OF WORKING WITH ME</h2>
<div class="section-pb">
<h2 class="section-title benefits-section-title">BENEFITS OF WORKING WITH ME</h2>
<ul class="benefits-list">
<li class="benefits-items-list">
<div class="icon-wrapper">
Expand Down

0 comments on commit e5fc4fa

Please sign in to comment.