e45e48f5 by Jeff Balicki

eeee

1 parent 172fcc4c
...@@ -15674,10 +15674,15 @@ h4, .h4 { ...@@ -15674,10 +15674,15 @@ h4, .h4 {
15674 15674
15675 .navbar-brand.custom-logo-link { 15675 .navbar-brand.custom-logo-link {
15676 float: right; 15676 float: right;
15677 margin-right: 0rem; 15677 margin-right: 65px;
15678 position: relative; 15678 position: relative;
15679 z-index: 9999; 15679 z-index: 9999;
15680 } 15680 }
15681 @media screen and (max-width: 768px) {
15682 .navbar-brand.custom-logo-link {
15683 margin-right: 0px;
15684 }
15685 }
15681 .navbar-brand.custom-logo-link img { 15686 .navbar-brand.custom-logo-link img {
15682 width: 135px; 15687 width: 135px;
15683 } 15688 }
......
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 @@ ...@@ -66,7 +66,10 @@
66 66
67 .navbar-brand.custom-logo-link { 67 .navbar-brand.custom-logo-link {
68 float: right; 68 float: right;
69 margin-right: 0rem; 69 margin-right: 65px;
70 @media screen and (max-width: 768px) {
71 margin-right: 0px;
72 }
70 position: relative; 73 position: relative;
71 z-index: 9999; 74 z-index: 9999;
72 img { 75 img {
......
...@@ -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.25 8 Version: 1.1.26
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
......