Browse code

Created repository.

DoubleBastionAdmin authored on 02/03/2022 00:26:46
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
1
+
2
+// Scale up the modal
3
+@media (min-width: @screen-sm-min) {
4
+  // Modal sizes
5
+  .modal-md { width: ((@modal-md + @modal-sm) / 2); }
6
+}