2491d093 by Jeff Balicki

footer fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 890efbe9
...@@ -15267,7 +15267,8 @@ element.style { ...@@ -15267,7 +15267,8 @@ element.style {
15267 } 15267 }
15268 @media (max-width: 786px) { 15268 @media (max-width: 786px) {
15269 #wrapper-footer { 15269 #wrapper-footer {
15270 height: 300px; 15270 height: 250px;
15271 padding-bottom: 0px;
15271 } 15272 }
15272 } 15273 }
15273 15274
...@@ -15323,6 +15324,11 @@ element.style { ...@@ -15323,6 +15324,11 @@ element.style {
15323 padding: 0; 15324 padding: 0;
15324 gap: 1rem; 15325 gap: 1rem;
15325 } 15326 }
15327 @media (max-width: 786px) {
15328 #menu-social {
15329 padding: 0 30px;
15330 }
15331 }
15326 #menu-social li a { 15332 #menu-social li a {
15327 color: transparent; 15333 color: transparent;
15328 display: inline-block; 15334 display: inline-block;
......
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.
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
8 z-index: 99; 8 z-index: 99;
9 9
10 @media (max-width: 786px) { 10 @media (max-width: 786px) {
11 height: 300px; 11 height: 250px;
12 12 padding-bottom: 0px;
13 } 13 }
14 14
15 } 15 }
...@@ -64,6 +64,9 @@ margin-top: -120px; ...@@ -64,6 +64,9 @@ margin-top: -120px;
64 margin-bottom: 10px; 64 margin-bottom: 10px;
65 padding: 0; 65 padding: 0;
66 gap: 1rem; 66 gap: 1rem;
67 @media (max-width: 786px) {
68 padding: 0 30px;
69 }
67 li{ 70 li{
68 a { 71 a {
69 color:transparent; 72 color:transparent;
......
...@@ -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.0 8 Version: 1.2.1
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
......