Skip to content

Commit

Permalink
add solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Mosin committed Aug 1, 2024
1 parent 426327e commit ea41d01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions src/styles/blocks.scss/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
@include on-mob-tabl {
position: absolute;
top: 0;
margin: 433px 20%;
margin: 433px 15%;
}

@include on-tabl-desk {
Expand Down Expand Up @@ -187,10 +187,9 @@
}

@include on-mob-tabl {
width: 100vh;
width: 260px;
height: 50px;
position: relative;
left: 0%;
}
}

Expand Down Expand Up @@ -267,7 +266,7 @@
}

&:hover {
transform: scale(1.2);
transform: scale(1.6);
}
}

Expand Down
3 changes: 2 additions & 1 deletion src/styles/blocks.scss/mains.scss
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
line-height: 36px;
width: 280px;
height: 110px;
left: 15%;
left: 10%;
top: 88px;
}

Expand Down Expand Up @@ -438,6 +438,7 @@
}

.search-form__button {
border: none;
background-image: url(../images/Group\ 57.png);
background-size: cover;
background-position: center;
Expand Down

0 comments on commit ea41d01

Please sign in to comment.