Skip to content

Commit

Permalink
create site
Browse files Browse the repository at this point in the history
  • Loading branch information
Alina Yamchuk committed Dec 3, 2024
1 parent 9b06810 commit d3807ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/styles/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@

@include on-desktop {
margin-top: 72px;
gap: 1334px;
gap: 1270px;
}
}

Expand Down
12 changes: 6 additions & 6 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@
}

@include on-desktop {
width: 800px;
height: 684px;
width: 720px;
height: 584px;
object-fit: cover;
}
}
Expand Down Expand Up @@ -255,7 +255,7 @@
@include on-desktop {
width: 270px;
right: 40px;
top: 2290px;
top: 2190px;
}

&:hover {
Expand Down Expand Up @@ -694,8 +694,8 @@
}

@include on-desktop {
width: 800px;
height: 684px;
width: 720px;
height: 584px;
}
}

Expand Down Expand Up @@ -748,7 +748,7 @@

@include on-desktop {
width: 270px;
top: 4480px;
top: 4380px;
right: 55px;
}

Expand Down

0 comments on commit d3807ee

Please sign in to comment.