]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_components.scss
Updated code block lang order and added extra pascal option
[bookstack] / resources / sass / _components.scss
index 2085e06ea4c4aeb35e9bcb09d1fdd771eb6808c1..8ccf6cbdc3b8b2cd141e86c37616dc28c3bf3685 100644 (file)
 .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;