Skip to content

Commit

Permalink
Fixed issue with about-section-content overlapping on the image
Browse files Browse the repository at this point in the history
  • Loading branch information
laura-dumitru committed Mar 5, 2024
1 parent b0904e9 commit 58dea5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mediaqueries.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@
}

@media (max-width: 1440px) {
.about-section-content {
.col-lg-6 .about-section-content {
max-width: none;
width: 100%;
margin-left: 2.5em;
}
}

0 comments on commit 58dea5e

Please sign in to comment.