Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaleb-Rupe committed Aug 17, 2024
1 parent a7f7a68 commit 9cba5cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/css/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding: 0 3.125rem;
background: url('../assets/images/quality-hi-tech-home.png') center/cover no-repeat;
position: relative;
Expand Down Expand Up @@ -164,7 +163,11 @@ button[type="submit"]:active,
}
}

@media (max-width: 480px) {
@media (max-width: 600px) {
.wrapper-contact {
padding: 0;
}

.form-group {
flex: 1 1 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion src/css/hero-section.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
background: url('../assets/images/quality-hi-tech-home.png') center/cover no-repeat;
position: relative;
overflow: hidden;
box-sizing: border-box;
box-sizing: border-box;
}

.wrapper {
Expand Down

0 comments on commit 9cba5cd

Please sign in to comment.