3f527696 by Jeff Balicki

modal

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 5797f072
......@@ -15359,7 +15359,12 @@ p.intro {
.flag-modal .modal-dialog {
max-width: 600px !important;
margin: auto;
}
@media only screen and (max-width: 600px) {
.flag-modal .modal-dialog {
margin: 20px 10px;
}
}
.flag-modal .modal-title {
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{
.flag-modal{
.modal-dialog{
max-width: 600px !important;
margin: auto;
@media only screen and (max-width: 600px) {
margin: 20px 10px;
}
}
.modal-title{
color: #1A3668;
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0055
Version: 1.2.0056
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......