5797f072 by Jeff Balicki

modal

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 5eced8df
...@@ -15358,8 +15358,8 @@ p.intro { ...@@ -15358,8 +15358,8 @@ p.intro {
15358 } 15358 }
15359 15359
15360 .flag-modal .modal-dialog { 15360 .flag-modal .modal-dialog {
15361 max-width: 390px !important; 15361 max-width: 600px !important;
15362 margin: auto; 15362 margin: 20px 10px;
15363 } 15363 }
15364 .flag-modal .modal-title { 15364 .flag-modal .modal-title {
15365 color: #1A3668; 15365 color: #1A3668;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -342,8 +342,8 @@ p.intro{ ...@@ -342,8 +342,8 @@ p.intro{
342 342
343 .flag-modal{ 343 .flag-modal{
344 .modal-dialog{ 344 .modal-dialog{
345 max-width: 390px !important; 345 max-width: 600px !important;
346 margin: auto; 346 margin: 20px 10px;
347 } 347 }
348 .modal-title{ 348 .modal-title{
349 color: #1A3668; 349 color: #1A3668;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.2.0054 8 Version: 1.2.0055
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......