5ea7741e by Jeff Balicki

ddddd

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent a455a92c
......@@ -16212,9 +16212,19 @@ label[for=quicksearch] {
border-radius: 0px;
height: 295px;
}
@media only screen and (max-width: 768px) {
#login-window .modal-content {
height: 340px;
}
}
#login-window .modal-content .modal-body {
padding: 0px 60px 20px 60px;
}
@media only screen and (max-width: 768px) {
#login-window .modal-content .modal-body {
padding: 0 30px 0px 30px;
}
}
#login-window .modal-content .modal-body .modal-title {
font-family: "Poppins", sans-serif;
font-weight: 600;
......
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.
......@@ -91,8 +91,14 @@
border-radius: 0px;
height: 295px;
@media only screen and (max-width: 768px) {
height: 340px;
}
.modal-body{
padding: 0px 60px 20px 60px;
@media only screen and (max-width: 768px) {
padding: 0 30px 0px 30px;
}
.modal-title{
font-family: 'Poppins', sans-serif;
font-weight: 600;
......
......@@ -5,7 +5,7 @@
Author: Tenzing Communications
Author URI: https://tenzingbrand.com
Template: understrap
Version: 1.1.0017
Version: 1.1.0018
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......