Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Commit

Permalink
Added "small" modal window CSS class
Browse files Browse the repository at this point in the history
For even smaller modal widgets
  • Loading branch information
Thomas Hansen committed Sep 25, 2017
1 parent 4d9e558 commit f93e462
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion media/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,11 @@ textarea.error {
}

.micro-modal-smaller .micro-modal-content {
max-width:800px;
max-width: 600px;
}

.micro-modal-small .micro-modal-content {
max-width: 400px;
}

@media screen and (min-width:800px) {
Expand Down

0 comments on commit f93e462

Please sign in to comment.