1fbda52b by Jeff Balicki

eeee

1 parent 98ed52fa
......@@ -16146,6 +16146,12 @@ h2, .h2 {
.wp-block-group.register .wpcf7 label.designation {
width: 20% !important;
}
@media (max-width: 768px) {
.wp-block-group.register .wpcf7 label.fp_id,
.wp-block-group.register .wpcf7 label.designation {
width: 49% !important;
}
}
.wp-block-group.register .wpcf7 label.designation {
margin-right: 1%;
}
......@@ -16324,7 +16330,8 @@ h2, .h2 {
}
@media screen and (max-width: 768px) {
#wrapper-footer {
height: 245px;
height: auto;
padding-bottom: 50px;
}
}
#wrapper-footer a {
......@@ -16339,6 +16346,12 @@ h2, .h2 {
top: 45px;
vertical-align: top;
}
@media screen and (max-width: 768px) {
.footer-widget {
width: 90%;
padding-left: 5%;
}
}
.footer-widget p {
font-size: 14px;
text-align: right;
......@@ -16358,6 +16371,12 @@ h2, .h2 {
left: 0px;
top: 45px;
}
@media screen and (max-width: 768px) {
.footer-left {
width: 90%;
padding-left: 5%;
}
}
.footer-left p {
position: relative;
right: 0px;
......
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.
......@@ -2,7 +2,8 @@
background-color:#012169;
height: 273px;
@media screen and (max-width: 768px) {
height: 245px;
height: auto;
padding-bottom: 50px;
}
a{
color: #fff;
......@@ -16,6 +17,10 @@
right: 0px;
top: 45px;
vertical-align: top;
@media screen and (max-width: 768px) {
width: 90%;
padding-left: 5%;
}
p{
font-size: 14px;
text-align: right;
......@@ -32,6 +37,10 @@
position: relative;
left: 0px;
top: 45px;
@media screen and (max-width: 768px) {
width: 90%;
padding-left: 5%;
}
p{
position: relative;
right: 0px;
......
......@@ -491,6 +491,9 @@ h2{
label.fp_id,
label.designation{
width: 20% !important;
@media (max-width: 768px){
width: 49% !important;
}
}
label.designation{
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.09
Version: 1.1.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......