Skip to content

Commit

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

0 comments on commit 38e68ff

Please sign in to comment.