Skip to content

Commit

Permalink
Merge pull request #25 from ElizabethBil/section-about-us
Browse files Browse the repository at this point in the history
Commit
  • Loading branch information
ElizabethBil authored Oct 3, 2023
2 parents 5a86eb6 + 2ca157e commit 15f33b2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,17 @@ padding-bottom: 62px;

}
.img-about-us{
width: 335px;
height: 499px;
}
@media screen and (min-width: 768px){
.img-about-us {
height: 545px;
}
.img-about-us {
width: 704px;
height: 545px;
}
}
@media screen and (min-width: 768px) {
.about-us-text{
Expand All @@ -74,11 +79,17 @@ padding-bottom: 62px;
.about-us-text{
max-width: 436px;
}
.img-about-us {
width: 594px;
}
}
@media screen and (min-width: 1440px) {
.about-us-text {
max-width: 481px;
}
.img-about-us {
width: 709px;
}
}

@media screen and (min-width: 1280px) {
Expand Down

0 comments on commit 15f33b2

Please sign in to comment.