d9276627 by Jeff Balicki

stuff

1 parent c7aec104
...@@ -16083,7 +16083,7 @@ h4, .h4 { ...@@ -16083,7 +16083,7 @@ h4, .h4 {
16083 margin-left: -50px; 16083 margin-left: -50px;
16084 margin-right: -70%; 16084 margin-right: -70%;
16085 background-position: center; 16085 background-position: center;
16086 background-image: url("/wp-content/themes/understrap-child/src/images/man.jpg"); 16086 background-image: url("/wp-content/themes/understrap-child/src/images/man-min.jpg");
16087 } 16087 }
16088 @media (min-width: 1200px) { 16088 @media (min-width: 1200px) {
16089 .numbers-second .wp-block-column:last-child .side-img { 16089 .numbers-second .wp-block-column:last-child .side-img {
......
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.
...@@ -19,6 +19,7 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse-numbers' ...@@ -19,6 +19,7 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse-numbers'
19 <meta charset="<?php bloginfo( 'charset' ); ?>"> 19 <meta charset="<?php bloginfo( 'charset' ); ?>">
20 <meta name="viewport" content="width=device-width, initial-scale=1"> 20 <meta name="viewport" content="width=device-width, initial-scale=1">
21 <link rel="profile" href="http://gmpg.org/xfn/11"> 21 <link rel="profile" href="http://gmpg.org/xfn/11">
22 <link rel="icon" href="./favicon_fpcan.png" type="image/x-icon" />
22 <?php wp_head(); ?> 23 <?php wp_head(); ?>
23 </head> 24 </head>
24 25
......
...@@ -19,6 +19,7 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' ); ...@@ -19,6 +19,7 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' );
19 <meta charset="<?php bloginfo( 'charset' ); ?>"> 19 <meta charset="<?php bloginfo( 'charset' ); ?>">
20 <meta name="viewport" content="width=device-width, initial-scale=1"> 20 <meta name="viewport" content="width=device-width, initial-scale=1">
21 <link rel="profile" href="http://gmpg.org/xfn/11"> 21 <link rel="profile" href="http://gmpg.org/xfn/11">
22 <link rel="icon" href="./favicon_fpcan.png" type="image/x-icon" />
22 <?php wp_head(); ?> 23 <?php wp_head(); ?>
23 </head> 24 </head>
24 25
......
...@@ -425,7 +425,7 @@ ...@@ -425,7 +425,7 @@
425 margin-left: -50px; 425 margin-left: -50px;
426 margin-right: -70%; 426 margin-right: -70%;
427 background-position: center; 427 background-position: center;
428 background-image: url("/wp-content/themes/understrap-child/src/images/man.jpg"); 428 background-image: url("/wp-content/themes/understrap-child/src/images/man-min.jpg");
429 @media (min-width: 1200px) { 429 @media (min-width: 1200px) {
430 margin-right: -50%; 430 margin-right: -50%;
431 } 431 }
......
...@@ -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.3014 8 Version: 1.1.3015
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
......