Skip to content

Commit

Permalink
hopefully the last edit to contact modal
Browse files Browse the repository at this point in the history
  • Loading branch information
complxalgorithm committed Nov 3, 2023
1 parent 38e68ff commit 24ed0fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/js/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ contactButton.addEventListener('click', () => {
title: "Contact",
content: message,
css: `
.popup-header {
margin-bottom: 10% !important;
@media screen and (max-width: 750px) {
.popup-header {
padding-top: 10px !important;
margin-bottom: 10% !important;
}
}
`,
});
Expand Down

0 comments on commit 24ed0fa

Please sign in to comment.