d9276627 by Jeff Balicki

stuff

1 parent c7aec104
......@@ -16083,7 +16083,7 @@ h4, .h4 {
margin-left: -50px;
margin-right: -70%;
background-position: center;
background-image: url("/wp-content/themes/understrap-child/src/images/man.jpg");
background-image: url("/wp-content/themes/understrap-child/src/images/man-min.jpg");
}
@media (min-width: 1200px) {
.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'
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="icon" href="./favicon_fpcan.png" type="image/x-icon" />
<?php wp_head(); ?>
</head>
......
......@@ -19,6 +19,7 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' );
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="icon" href="./favicon_fpcan.png" type="image/x-icon" />
<?php wp_head(); ?>
</head>
......
......@@ -425,7 +425,7 @@
margin-left: -50px;
margin-right: -70%;
background-position: center;
background-image: url("/wp-content/themes/understrap-child/src/images/man.jpg");
background-image: url("/wp-content/themes/understrap-child/src/images/man-min.jpg");
@media (min-width: 1200px) {
margin-right: -50%;
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.3014
Version: 1.1.3015
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......