Skip to content

Commit

Permalink
fix (modal) : lightbox's media scale (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
codexarama committed May 7, 2021
1 parent b016c99 commit 2b50cf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions sass/layout/_lightbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
left: 0;
top: 0;
height: 100%;
// width: 100%;
width: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 1);
}
Expand All @@ -26,8 +26,8 @@
}

&__media {
width: 100%;
height: auto;
max-width: 100%;
max-height: 750px;
border-radius: 3px;
margin: auto;
}
Expand Down

0 comments on commit 2b50cf6

Please sign in to comment.