Updated code block lang order and added extra pascal option

- Fixed modal window sizing/positioning to be properly center and
responsive.

Related to #1730
This commit is contained in:
Dan Brown
2019-12-27 17:14:34 +00:00
parent 891dbfe085
commit cf743370a8
3 changed files with 9 additions and 7 deletions

View File

@ -94,9 +94,10 @@
.popup-body {
background-color: #FFF;
max-height: 90%;
width: 1200px;
max-width: 1200px;
width: 90%;
height: auto;
margin: 2% 5%;
margin: 2% auto;
border-radius: 4px;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
overflow: hidden;