43a8f093 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 9c09ac4d
......@@ -14976,7 +14976,7 @@ figure.woocommerce-product-gallery__wrapper {
}
@media (max-width: 786px) {
.home-header .content-container {
margin-left: 35px;
margin-left: 25px;
margin-right: 20px;
padding-bottom: 100px;
}
......@@ -15349,7 +15349,7 @@ element.style {
@media (max-width: 786px) {
.site-footer img {
margin-top: 10px;
padding: 0px 30px;
padding: 0px 10px;
}
}
......@@ -15359,7 +15359,7 @@ element.style {
}
@media (max-width: 786px) {
#menu-footer {
padding: 0px 30px;
padding: 0px 10px;
}
}
#menu-footer li a {
......@@ -15383,7 +15383,7 @@ element.style {
}
@media (max-width: 786px) {
#menu-social {
padding: 0 30px;
padding: 0 10px;
}
}
#menu-social li a {
......@@ -15409,6 +15409,19 @@ element.style {
opacity: 0.4;
}
.new-window a:after {
content: "";
height: 20px;
width: 20px;
margin-left: 8px;
position: relative;
top: 7px;
display: inline-block;
background-repeat: no-repeat;
color: #fff;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path fill="%23fff" d="M352 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9L370.7 96 201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 141.3l41.4 41.4c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V32c0-17.7-14.3-32-32-32H352zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"/></svg>');
}
.block-link {
text-decoration: none;
}
......@@ -15580,14 +15593,16 @@ body, html {
}
.extra-wide.image {
background-size: cover;
height: 750px;
background-size: inherit;
height: 800px;
background-repeat: no-repeat;
background-position: center;
margin-top: -28px;
box-shadow: inset 5000px 5000px 5000px 5000px rgba(0, 0, 0, 0.2);
}
@media (max-width: 786px) {
.extra-wide.image {
box-shadow: inset 5000px 5000px 5000px 5000px rgba(0, 0, 0, 0);
width: 140%;
height: auto;
margin-left: -20% !important;
......@@ -15610,7 +15625,7 @@ body, html {
@media (max-width: 786px) {
.site-main {
margin: 0px 30px;
margin: 0px 10px;
}
}
......
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.
......@@ -73,12 +73,16 @@ body,html{
}
}
.extra-wide.image{
background-size: cover;
height: 750px;
background-size: inherit;
height: 800px;
background-repeat: no-repeat;
background-position: center;
margin-top: -28px;
box-shadow: inset 5000px 5000px 5000px 5000px rgb(0 0 0 / 0.2);
@media (max-width: 786px) {
box-shadow: inset 5000px 5000px 5000px 5000px rgb(0 0 0 / 0);
width: calc(100% + 40%);
height: auto;
margin-left: -20% !important;
......@@ -98,7 +102,7 @@ body,html{
.site-main{
@media (max-width: 786px) {
margin: 0px 30px;
margin: 0px 10px;
}
}
@media (max-width: 786px) {
......
......@@ -32,7 +32,7 @@ margin-top: -120px;
width: 230px;
@media (max-width: 786px) {
margin-top: 10px;
padding: 0px 30px;
padding: 0px 10px;
}
}
}
......@@ -41,7 +41,7 @@ margin-top: -120px;
list-style: none;
padding-left: 0px;
@media (max-width: 786px) {
padding: 0px 30px;
padding: 0px 10px;
}
li{
......@@ -56,6 +56,7 @@ margin-top: -120px;
text-decoration: underline;
}
}
}
}
#menu-social {
......@@ -65,7 +66,7 @@ margin-top: -120px;
padding: 0;
gap: 1rem;
@media (max-width: 786px) {
padding: 0 30px;
padding: 0 10px;
}
li{
a {
......@@ -97,5 +98,25 @@ margin-top: -120px;
}
}
}
}
.new-window{
a:after{
content: "";
height: 20px;
width: 20px;
margin-left: 8px;
position: relative;
top: 7px;
display: inline-block;
background-repeat: no-repeat;
color: #fff;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path fill="%23fff" d="M352 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9L370.7 96 201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 141.3l41.4 41.4c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V32c0-17.7-14.3-32-32-32H352zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"/></svg>');
}
}
\ No newline at end of file
......
......@@ -55,7 +55,7 @@
max-width: 900px;
padding-bottom: 60px;
@media (max-width: 786px) {
margin-left: 35px;
margin-left: 25px;
margin-right: 20px;
padding-bottom: 100px;
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.15
Version: 1.2.16
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......