Skip to content

Commit

Permalink
Merge pull request #13 from Tanvi51204/main
Browse files Browse the repository at this point in the history
centered
  • Loading branch information
riyaahlawat authored Jun 19, 2024
2 parents f796d4a + 752039c commit 389b204
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion styles/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
width: 100%;
height: 100%;
overflow: auto;
display: flex;
justify-content: center;
align-items: center;
/* background-color: rgb(0, 0, 0); */
background-color: rgba(0, 0, 0, 0.4);
/* padding-top: 60px; */
Expand All @@ -25,25 +28,28 @@

.modal-content {
background-color: var(--bgColor);
margin: 5% auto;
margin: 15% auto;
padding: 20px;
border: 3px solid var(--black);
width: 80vw;
height: auto;
max-width: 800px;
border-radius: 10px;
box-shadow: 0 5px 15px var(--black);
display: flex;
}

/* layout for the buttons */
.contact-container {
text-align: center;
width: 100%;
}

.button-grid {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}

.left-buttons,
Expand Down

0 comments on commit 389b204

Please sign in to comment.