3f527696 by Jeff Balicki

modal

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 5797f072
...@@ -15359,7 +15359,12 @@ p.intro { ...@@ -15359,7 +15359,12 @@ p.intro {
15359 15359
15360 .flag-modal .modal-dialog { 15360 .flag-modal .modal-dialog {
15361 max-width: 600px !important; 15361 max-width: 600px !important;
15362 margin: auto;
15363 }
15364 @media only screen and (max-width: 600px) {
15365 .flag-modal .modal-dialog {
15362 margin: 20px 10px; 15366 margin: 20px 10px;
15367 }
15363 } 15368 }
15364 .flag-modal .modal-title { 15369 .flag-modal .modal-title {
15365 color: #1A3668; 15370 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.
...@@ -343,8 +343,11 @@ p.intro{ ...@@ -343,8 +343,11 @@ p.intro{
343 .flag-modal{ 343 .flag-modal{
344 .modal-dialog{ 344 .modal-dialog{
345 max-width: 600px !important; 345 max-width: 600px !important;
346 margin: auto;
347 @media only screen and (max-width: 600px) {
346 margin: 20px 10px; 348 margin: 20px 10px;
347 } 349 }
350 }
348 .modal-title{ 351 .modal-title{
349 color: #1A3668; 352 color: #1A3668;
350 } 353 }
......
...@@ -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.0055 8 Version: 1.2.0056
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
......