Skip to content

Commit

Permalink
Merge pull request #268 from sakshin021/about-page
Browse files Browse the repository at this point in the history
Make content of about page responsive
  • Loading branch information
Prajwal0225 authored Oct 23, 2023
2 parents 98daff2 + e9fb48b commit ee64e8b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions abt.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,18 @@ nav.stroke ul li a:hover:after {
.footer-bottom p{
color:white;
}


@media screen and (max-width: 500px) {
.grid-container{
display: flex;
flex-direction: column;

}

.grid-item {
margin: auto;
width:21.4rem;
margin-top: 1rem;
}
}

0 comments on commit ee64e8b

Please sign in to comment.