Skip to content

Commit

Permalink
Fixed about-section-content margin on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
laura-dumitru committed Mar 5, 2024
1 parent 58dea5e commit f8395d5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions mediaqueries.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,10 @@
margin-top: 1em;
margin-bottom: 1em;
}
.about-section-content {

.about-section-content p {
text-align: left;
padding: 0 1.5em;
}
.about-section-content p {
font-size: 1em;
}
.about-section.container {
Expand Down Expand Up @@ -145,10 +144,8 @@
}
}

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

0 comments on commit f8395d5

Please sign in to comment.