ad2c74ba by Jeff Balicki

footer

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent bceb77bd
...@@ -15380,6 +15380,7 @@ element.style { ...@@ -15380,6 +15380,7 @@ element.style {
15380 margin-bottom: 10px; 15380 margin-bottom: 10px;
15381 padding: 0; 15381 padding: 0;
15382 gap: 1rem; 15382 gap: 1rem;
15383 overflow: hidden;
15383 } 15384 }
15384 @media (max-width: 786px) { 15385 @media (max-width: 786px) {
15385 #menu-social { 15386 #menu-social {
......
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.
...@@ -65,6 +65,7 @@ margin-top: -120px; ...@@ -65,6 +65,7 @@ margin-top: -120px;
65 margin-bottom: 10px; 65 margin-bottom: 10px;
66 padding: 0; 66 padding: 0;
67 gap: 1rem; 67 gap: 1rem;
68 overflow: hidden;
68 @media (max-width: 786px) { 69 @media (max-width: 786px) {
69 padding: 0 10px; 70 padding: 0 10px;
70 } 71 }
......
...@@ -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.21 8 Version: 1.2.22
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
......