Skip to content

Commit

Permalink
removing code that is overwriting correct styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromiguelm committed Mar 18, 2023
1 parent 7080f00 commit 892d284
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions scss/components/_modal.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
html {

/* ---------- modal dialogs ------------- */

.modal-title{
/* margin-right: auto; */
.modal-title {
margin-left: auto;
font-size: 2.2em;
}
Expand All @@ -15,25 +11,15 @@ html {
}

.modal-dialog {
top: 0px;
box-shadow: 10px 10px 30px #999;
}

.modal-dialog.modal-lg {
width: 600px;
}

.img-fluid{
display: block;
margin-right: auto;
margin-left: auto;
}

.modal-dialog.modal-sm {
width: 400px;
top: 100px;
}

.modal-content {
border: 0;
}
Expand Down

0 comments on commit 892d284

Please sign in to comment.