Skip to content

Commit

Permalink
dia landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
leraMeleshchenko committed Nov 25, 2024
1 parent 29d4b5a commit c184e65
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/styles/blocks/_expertise.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
border-radius: 30px;
&__content {
padding-block: 72px;

@include on-tablet {
padding-block: 128px;
}

@include on-small-desktop {
padding-bottom: 134px;
}
}

&__cards {
Expand Down Expand Up @@ -66,6 +74,7 @@
line-height: 21px;
text-align: center;
color: #6c788b;
height: 84px;

@include on-tablet {
max-width: 362px;
Expand Down

0 comments on commit c184e65

Please sign in to comment.