Skip to content

Commit

Permalink
modified: src/js/main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDNJ committed Feb 22, 2024
1 parent 2be223a commit 4e98b4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@ import '../scss/style.scss'
// Import all of Bootstrap's JS
import * as bootstrap from 'bootstrap'


const formContactUs = document.querySelector('.form-contact-us');

formContactUs.addEventListener('submit', (event) => {
event.preventDefault();
})
2 changes: 1 addition & 1 deletion src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ h1, h2, h3, h4{
@media screen and (min-width: 768px) {
.custom-grid{
justify-content: center;
grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
}

0 comments on commit 4e98b4d

Please sign in to comment.