Skip to content

Commit

Permalink
fix: responsive width
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardoZapicoLopezNeira committed Feb 21, 2024
1 parent c3f99f9 commit 745033b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
@media screen and (max-width: 400px) {
#features {
padding: 20px;
width: 111%;
}
#about,
#services,
#testimonials,
#team,
#contact,
#footer {
width: 111%;
}

#portfolio {
width: 110%;
}
}


0 comments on commit 745033b

Please sign in to comment.