Skip to content

Commit

Permalink
Merge pull request #70 from IrynaSlavinska/manual-flex
Browse files Browse the repository at this point in the history
flex
  • Loading branch information
IhorPozhematkin authored Jul 12, 2023
2 parents 017f57d + e05be17 commit 9ae0e95
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/css/manual.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,18 @@
@media screen and (min-width: 768px) {
.manual-container.container {
border-radius: 80px;
position: relative;
/* position: relative; */
}
.manual-image img {
position: absolute;
/* position: absolute;
bottom: 0;
left: 0;
left: 0; */
}
.bg-wrap {
display: flex;
flex-direction: row-reverse;
align-items: end;
gap: 40px;
}
.manual-wrap {
padding-top: 40px;
Expand All @@ -117,14 +119,16 @@
@media screen and (min-width: 1280px) {
.manual-container.container {
}

.bg-wrap {
/* gap: 110px; */
justify-content: space-between;
}
.manual-image img {
left: 80px;
margin-left: 80px;
}
.manual-wrap {
padding-right: 80px;
padding-right: 40px;
}
.manual-subtitle {
max-width: 512px;
Expand Down

0 comments on commit 9ae0e95

Please sign in to comment.