Skip to content

Commit

Permalink
Merge pull request #155 from Sneha123-zudo/responsive
Browse files Browse the repository at this point in the history
Closes Issue #151
  • Loading branch information
swarnade authored Feb 3, 2024
2 parents 06eeccc + 3f9af05 commit 0e62630
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion infopage/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,24 @@ body {
align-items: center;
padding: 20px;
}
}
}
@media (max-width:380px) {
.container{
margin: 0px;
}
}
@media (max-width:430px) {
.container{
margin: 0px;
}
}
@media (max-width:770px) {
.container{
margin: 0px;
}
}
@media (max-width:1036px) {
.container{
margin: 0px;
}
}

0 comments on commit 0e62630

Please sign in to comment.