Skip to content

Commit

Permalink
Fix modal padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Janaka-Steph committed Feb 2, 2024
1 parent e8f8556 commit c0450d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
flex-direction: column;
margin: 0 auto;
width: 42vw;
padding: 80px 40px;
padding: 30px;
background-color: rgba(20, 20, 20, 1);
box-shadow: 0 0 22px 1px black;
gap: 30px;
align-items: center;
}

@media only screen and (max-width: 480px) {
Expand Down Expand Up @@ -80,6 +79,7 @@

.modal-content ul {
padding-inline-start: 1rem;
margin-bottom: 30px;
}

.modal-content li {
Expand Down

0 comments on commit c0450d1

Please sign in to comment.