e45e48f5 by Jeff Balicki

eeee

1 parent 172fcc4c
......@@ -15674,10 +15674,15 @@ h4, .h4 {
.navbar-brand.custom-logo-link {
float: right;
margin-right: 0rem;
margin-right: 65px;
position: relative;
z-index: 9999;
}
@media screen and (max-width: 768px) {
.navbar-brand.custom-logo-link {
margin-right: 0px;
}
}
.navbar-brand.custom-logo-link img {
width: 135px;
}
......
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.
......@@ -66,7 +66,10 @@
.navbar-brand.custom-logo-link {
float: right;
margin-right: 0rem;
margin-right: 65px;
@media screen and (max-width: 768px) {
margin-right: 0px;
}
position: relative;
z-index: 9999;
img {
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.25
Version: 1.1.26
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......