1fbda52b by Jeff Balicki

eeee

1 parent 98ed52fa
...@@ -16146,6 +16146,12 @@ h2, .h2 { ...@@ -16146,6 +16146,12 @@ h2, .h2 {
16146 .wp-block-group.register .wpcf7 label.designation { 16146 .wp-block-group.register .wpcf7 label.designation {
16147 width: 20% !important; 16147 width: 20% !important;
16148 } 16148 }
16149 @media (max-width: 768px) {
16150 .wp-block-group.register .wpcf7 label.fp_id,
16151 .wp-block-group.register .wpcf7 label.designation {
16152 width: 49% !important;
16153 }
16154 }
16149 .wp-block-group.register .wpcf7 label.designation { 16155 .wp-block-group.register .wpcf7 label.designation {
16150 margin-right: 1%; 16156 margin-right: 1%;
16151 } 16157 }
...@@ -16324,7 +16330,8 @@ h2, .h2 { ...@@ -16324,7 +16330,8 @@ h2, .h2 {
16324 } 16330 }
16325 @media screen and (max-width: 768px) { 16331 @media screen and (max-width: 768px) {
16326 #wrapper-footer { 16332 #wrapper-footer {
16327 height: 245px; 16333 height: auto;
16334 padding-bottom: 50px;
16328 } 16335 }
16329 } 16336 }
16330 #wrapper-footer a { 16337 #wrapper-footer a {
...@@ -16339,6 +16346,12 @@ h2, .h2 { ...@@ -16339,6 +16346,12 @@ h2, .h2 {
16339 top: 45px; 16346 top: 45px;
16340 vertical-align: top; 16347 vertical-align: top;
16341 } 16348 }
16349 @media screen and (max-width: 768px) {
16350 .footer-widget {
16351 width: 90%;
16352 padding-left: 5%;
16353 }
16354 }
16342 .footer-widget p { 16355 .footer-widget p {
16343 font-size: 14px; 16356 font-size: 14px;
16344 text-align: right; 16357 text-align: right;
...@@ -16358,6 +16371,12 @@ h2, .h2 { ...@@ -16358,6 +16371,12 @@ h2, .h2 {
16358 left: 0px; 16371 left: 0px;
16359 top: 45px; 16372 top: 45px;
16360 } 16373 }
16374 @media screen and (max-width: 768px) {
16375 .footer-left {
16376 width: 90%;
16377 padding-left: 5%;
16378 }
16379 }
16361 .footer-left p { 16380 .footer-left p {
16362 position: relative; 16381 position: relative;
16363 right: 0px; 16382 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 @@ ...@@ -2,7 +2,8 @@
2 background-color:#012169; 2 background-color:#012169;
3 height: 273px; 3 height: 273px;
4 @media screen and (max-width: 768px) { 4 @media screen and (max-width: 768px) {
5 height: 245px; 5 height: auto;
6 padding-bottom: 50px;
6 } 7 }
7 a{ 8 a{
8 color: #fff; 9 color: #fff;
...@@ -16,6 +17,10 @@ ...@@ -16,6 +17,10 @@
16 right: 0px; 17 right: 0px;
17 top: 45px; 18 top: 45px;
18 vertical-align: top; 19 vertical-align: top;
20 @media screen and (max-width: 768px) {
21 width: 90%;
22 padding-left: 5%;
23 }
19 p{ 24 p{
20 font-size: 14px; 25 font-size: 14px;
21 text-align: right; 26 text-align: right;
...@@ -32,6 +37,10 @@ ...@@ -32,6 +37,10 @@
32 position: relative; 37 position: relative;
33 left: 0px; 38 left: 0px;
34 top: 45px; 39 top: 45px;
40 @media screen and (max-width: 768px) {
41 width: 90%;
42 padding-left: 5%;
43 }
35 p{ 44 p{
36 position: relative; 45 position: relative;
37 right: 0px; 46 right: 0px;
......
...@@ -491,6 +491,9 @@ h2{ ...@@ -491,6 +491,9 @@ h2{
491 label.fp_id, 491 label.fp_id,
492 label.designation{ 492 label.designation{
493 width: 20% !important; 493 width: 20% !important;
494 @media (max-width: 768px){
495 width: 49% !important;
496 }
494 497
495 } 498 }
496 label.designation{ 499 label.designation{
......
...@@ -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.1.09 8 Version: 1.1.10
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
......