Skip to content

Commit

Permalink
Merge pull request #802 from Hemraj-7/newTrend
Browse files Browse the repository at this point in the history
About page responsiveness issue is solved, issue #771 is solved
  • Loading branch information
Tejashri-Taral authored Nov 9, 2024
2 parents 737c662 + 98362e2 commit 5d1cc37
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,31 @@ <h2>Subscription Successful!</h2>
animation: pulse 1.5s infinite;
/* Pulse on hover */
}
@media (max-width: 768px) {
.about-content-first {
display: flex;
flex-direction: column-reverse;
gap: 20px;
margin-bottom: 0;
}
.about-content-second {
display: flex;
flex-direction: column-reverse;
gap: 20px;
text-align: center;
}
#div2{
margin-left: 0;
margin-bottom: 12px;
}
#div3{
margin-bottom: 15px;
}
.about-images img {
height: 320px;
width: 320px;
}
}
</style>
<script>
// Get the button
Expand Down

0 comments on commit 5d1cc37

Please sign in to comment.