Skip to content

Commit

Permalink
new task
Browse files Browse the repository at this point in the history
  • Loading branch information
Vovchukkul committed Sep 30, 2023
1 parent 432781b commit c1ca47d
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 10 deletions.
1 change: 0 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ <h1 class="unique__section__title">Vision, Passion, Results</h1>
<a
href="tel: 654321987"
class="footer__number-address"
target="_blank"
>
654 321 987
</a>
Expand Down
4 changes: 4 additions & 0 deletions src/styles/blocks/expertise.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
flex-direction: row;
gap: 137px;
}

@include onBiggestDesk {
gap: 177px;
}
}

.expertise__article {
Expand Down
13 changes: 12 additions & 1 deletion src/styles/blocks/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
padding-top: 180px;
padding-right: 0;
}

@include onBiggestDesk {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
}

.footer__wrapper-top {
Expand All @@ -30,6 +37,10 @@
@include onDesktop {
padding-left: 54px;
}

@include onLargeScreen {
max-width: 1048px;
}
}

.footer__title {
Expand All @@ -49,7 +60,6 @@
display: flex;
flex-direction: column;
gap: 40px;


margin-top: 48px;
margin-bottom: 56px;
Expand All @@ -70,6 +80,7 @@
border: 1px solid rgba(44, 44, 44, 1);
border-bottom: 1px solid rgba(255, 255, 255, 1);
padding-bottom: 16px;
color: #fff;
}

.footer__input::placeholder {
Expand Down
8 changes: 0 additions & 8 deletions src/styles/blocks/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,7 @@

position: relative;

@include onBiggestDesk {
// margin-right: 300px;
}

@include onLargeScreen {
margin-top: -10px;
}

@include onLargestScreen {
margin-top: 0;
}
}
Expand Down
8 changes: 8 additions & 0 deletions src/styles/blocks/top-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
padding-top: 48px;
margin-bottom: 164px;
}

@include onBiggestDesk {
max-width: 1148px;
}

@include onLargestScreen {
max-width: 1146px;
}
}

.top-bar__logo {
Expand Down

0 comments on commit c1ca47d

Please sign in to comment.