Skip to content

Commit

Permalink
fix: правки по замечаниям наставника
Browse files Browse the repository at this point in the history
  • Loading branch information
vic-knyazeva committed Dec 6, 2024
1 parent 709c8a6 commit 359248c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
3 changes: 1 addition & 2 deletions source/styles/blocks/contacts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@

@media (min-width: $desktop-width) {
width: 565px;
margin-top: 95px;
margin-bottom: 106px;
margin: 95px 0 106px 110px;
column-gap: 25px;
background-color: $bg-basic-white;
}
Expand Down
4 changes: 4 additions & 0 deletions source/styles/blocks/designed-by.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
align-self: start;
padding: 0;
}

@media (min-width: $desktop-width) {
padding: 1px 0 0;
}
}

.designed-by__link {
Expand Down
9 changes: 7 additions & 2 deletions source/styles/blocks/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@

@media (min-width: $tablet-width) {
display: grid;
grid-template-columns: 163px 1fr 163px;
grid-template-columns: 164px 1fr 162px;
column-gap: 20px;
padding: 55px 0 51px;
}

@media (min-width: $desktop-width) {
grid-template-columns: 164px 1fr 163px;
padding: 65px 0 63px;
}
}
Expand All @@ -51,7 +52,11 @@
}

@media (min-width: $tablet-width) {
padding: 6.5px 0;
padding: 6px 0;
}

@media (min-width: $desktop-width) {
padding: 8px 0;
}
}

Expand Down
8 changes: 6 additions & 2 deletions source/styles/blocks/social.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.social {
padding: 20px 0 19px;
padding: 18px 0 15px;
border-top: 1px solid $bg-special-grey;
border-bottom: 1px solid $bg-special-grey;

Expand All @@ -12,13 +12,17 @@
.social__list {
list-style: none;
margin: 0;
padding: 0;
padding: 2px 0 0;
width: 100%;
display: flex;
flex-wrap: wrap;
gap: 24px;
justify-content: center;
align-items: center;

@media (min-width: $desktop-width) {
padding: 3px 0 0;
}
}

.social__item {
Expand Down

0 comments on commit 359248c

Please sign in to comment.