2491d093 by Jeff Balicki

footer fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 890efbe9
......@@ -15267,7 +15267,8 @@ element.style {
}
@media (max-width: 786px) {
#wrapper-footer {
height: 300px;
height: 250px;
padding-bottom: 0px;
}
}
......@@ -15323,6 +15324,11 @@ element.style {
padding: 0;
gap: 1rem;
}
@media (max-width: 786px) {
#menu-social {
padding: 0 30px;
}
}
#menu-social li a {
color: transparent;
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 @@
z-index: 99;
@media (max-width: 786px) {
height: 300px;
height: 250px;
padding-bottom: 0px;
}
}
......@@ -64,6 +64,9 @@ margin-top: -120px;
margin-bottom: 10px;
padding: 0;
gap: 1rem;
@media (max-width: 786px) {
padding: 0 30px;
}
li{
a {
color:transparent;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......