Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
Fumez-DEV authored Nov 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 784aafa commit 4c1470b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -995,6 +995,11 @@ form.visible, #contact h2.visible, #contact p.visible {
z-index: 1000;
}

/* Modal and Body Scroll Control */
.modal-open {
overflow: hidden;
}

.modal-content {
background-color: #fff;
padding: 20px;
@@ -1054,6 +1059,7 @@ form.visible, #contact h2.visible, #contact p.visible {
height: auto;
}


/* Footer Styling */
footer {
padding: 40px 20px;

0 comments on commit 4c1470b

Please sign in to comment.