Skip to content

Commit

Permalink
added some padding on contact modal
Browse files Browse the repository at this point in the history
  • Loading branch information
complxalgorithm committed Nov 3, 2023
1 parent c46bf5f commit 4804209
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/js/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ contactButton.addEventListener('click', () => {
id: "contact-popup",
title: "Contact",
content: message,
css: `
@media screen and (max-screen: 750px) {
.popup-title {
padding-bottom: 15px;
}
}
`,
});

// Show the Contact pop-up
Expand Down

0 comments on commit 4804209

Please sign in to comment.