Skip to content

Commit

Permalink
I made the info page responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneha123-zudo committed Feb 2, 2024
1 parent 06eeccc commit 3f9af05
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 3f9af05

Please sign in to comment.