Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayronhayd committed Aug 28, 2024
1 parent 6dadb88 commit e024e24
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion source/sass/blocks/about.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.about {
padding-top: 21px;
padding-bottom: 11px;
padding-bottom: 21px;

@media (min-width: $tablet-width) {
padding-top: 62px;
Expand Down
2 changes: 2 additions & 0 deletions source/sass/blocks/adv.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
.adv {
padding: 39px 0 20px;
position: relative;
margin-top: -10px;

@media (min-width: $tablet-width) {
padding: 48px 0 20px;
margin: 0;
}

@media (min-width: $desktop-width) {
Expand Down
6 changes: 3 additions & 3 deletions source/sass/blocks/contact.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@

@media (min-width: $tablet-width) {
flex-direction: row;
gap: 40px;
margin-bottom: 40px;
gap: 39px;
margin-bottom: 39px;
}

@media (min-width: $desktop-width) {
Expand Down Expand Up @@ -177,7 +177,7 @@
@media (min-width: $tablet-width) {
font-size: 14px;
line-height: 22px;
margin-top: 5px;
margin-top: 4px;
}

@media (min-width: $desktop-width) {
Expand Down
4 changes: 4 additions & 0 deletions source/sass/blocks/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
url("../../img/background/tablet-cloud-2.png") type("image/jpeg") 1x,
url("../../img/background/[email protected]") type("image/jpeg") 2x);
}

@media (min-width: $desktop-width) {
background-position: calc(100% + 0px) 674px;
}
}
4 changes: 2 additions & 2 deletions source/sass/blocks/reviews.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.reviews {
position: relative;
padding: 10px 5px 0;
padding: 0 5px;

@media (min-width: $tablet-width) {
padding: 37px 30px;
Expand Down Expand Up @@ -34,7 +34,7 @@
box-shadow: 0 0 20px 0 rgba($reviews-shadow, 0.1);
padding: 20px;
padding-bottom: 16px;
margin: 10px 10px 0;
margin: 10px;

@media (min-width: $tablet-width) {
display: grid;
Expand Down

0 comments on commit e024e24

Please sign in to comment.