43a8f093 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 9c09ac4d
...@@ -14976,7 +14976,7 @@ figure.woocommerce-product-gallery__wrapper { ...@@ -14976,7 +14976,7 @@ figure.woocommerce-product-gallery__wrapper {
14976 } 14976 }
14977 @media (max-width: 786px) { 14977 @media (max-width: 786px) {
14978 .home-header .content-container { 14978 .home-header .content-container {
14979 margin-left: 35px; 14979 margin-left: 25px;
14980 margin-right: 20px; 14980 margin-right: 20px;
14981 padding-bottom: 100px; 14981 padding-bottom: 100px;
14982 } 14982 }
...@@ -15349,7 +15349,7 @@ element.style { ...@@ -15349,7 +15349,7 @@ element.style {
15349 @media (max-width: 786px) { 15349 @media (max-width: 786px) {
15350 .site-footer img { 15350 .site-footer img {
15351 margin-top: 10px; 15351 margin-top: 10px;
15352 padding: 0px 30px; 15352 padding: 0px 10px;
15353 } 15353 }
15354 } 15354 }
15355 15355
...@@ -15359,7 +15359,7 @@ element.style { ...@@ -15359,7 +15359,7 @@ element.style {
15359 } 15359 }
15360 @media (max-width: 786px) { 15360 @media (max-width: 786px) {
15361 #menu-footer { 15361 #menu-footer {
15362 padding: 0px 30px; 15362 padding: 0px 10px;
15363 } 15363 }
15364 } 15364 }
15365 #menu-footer li a { 15365 #menu-footer li a {
...@@ -15383,7 +15383,7 @@ element.style { ...@@ -15383,7 +15383,7 @@ element.style {
15383 } 15383 }
15384 @media (max-width: 786px) { 15384 @media (max-width: 786px) {
15385 #menu-social { 15385 #menu-social {
15386 padding: 0 30px; 15386 padding: 0 10px;
15387 } 15387 }
15388 } 15388 }
15389 #menu-social li a { 15389 #menu-social li a {
...@@ -15409,6 +15409,19 @@ element.style { ...@@ -15409,6 +15409,19 @@ element.style {
15409 opacity: 0.4; 15409 opacity: 0.4;
15410 } 15410 }
15411 15411
15412 .new-window a:after {
15413 content: "";
15414 height: 20px;
15415 width: 20px;
15416 margin-left: 8px;
15417 position: relative;
15418 top: 7px;
15419 display: inline-block;
15420 background-repeat: no-repeat;
15421 color: #fff;
15422 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>');
15423 }
15424
15412 .block-link { 15425 .block-link {
15413 text-decoration: none; 15426 text-decoration: none;
15414 } 15427 }
...@@ -15580,14 +15593,16 @@ body, html { ...@@ -15580,14 +15593,16 @@ body, html {
15580 } 15593 }
15581 15594
15582 .extra-wide.image { 15595 .extra-wide.image {
15583 background-size: cover; 15596 background-size: inherit;
15584 height: 750px; 15597 height: 800px;
15585 background-repeat: no-repeat; 15598 background-repeat: no-repeat;
15586 background-position: center; 15599 background-position: center;
15587 margin-top: -28px; 15600 margin-top: -28px;
15601 box-shadow: inset 5000px 5000px 5000px 5000px rgba(0, 0, 0, 0.2);
15588 } 15602 }
15589 @media (max-width: 786px) { 15603 @media (max-width: 786px) {
15590 .extra-wide.image { 15604 .extra-wide.image {
15605 box-shadow: inset 5000px 5000px 5000px 5000px rgba(0, 0, 0, 0);
15591 width: 140%; 15606 width: 140%;
15592 height: auto; 15607 height: auto;
15593 margin-left: -20% !important; 15608 margin-left: -20% !important;
...@@ -15610,7 +15625,7 @@ body, html { ...@@ -15610,7 +15625,7 @@ body, html {
15610 15625
15611 @media (max-width: 786px) { 15626 @media (max-width: 786px) {
15612 .site-main { 15627 .site-main {
15613 margin: 0px 30px; 15628 margin: 0px 10px;
15614 } 15629 }
15615 } 15630 }
15616 15631
......
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{ ...@@ -73,12 +73,16 @@ body,html{
73 } 73 }
74 } 74 }
75 .extra-wide.image{ 75 .extra-wide.image{
76 background-size: cover; 76 background-size: inherit;
77 height: 750px; 77 height: 800px;
78 background-repeat: no-repeat; 78 background-repeat: no-repeat;
79 background-position: center; 79 background-position: center;
80 margin-top: -28px; 80 margin-top: -28px;
81
82
83 box-shadow: inset 5000px 5000px 5000px 5000px rgb(0 0 0 / 0.2);
81 @media (max-width: 786px) { 84 @media (max-width: 786px) {
85 box-shadow: inset 5000px 5000px 5000px 5000px rgb(0 0 0 / 0);
82 width: calc(100% + 40%); 86 width: calc(100% + 40%);
83 height: auto; 87 height: auto;
84 margin-left: -20% !important; 88 margin-left: -20% !important;
...@@ -98,7 +102,7 @@ body,html{ ...@@ -98,7 +102,7 @@ body,html{
98 102
99 .site-main{ 103 .site-main{
100 @media (max-width: 786px) { 104 @media (max-width: 786px) {
101 margin: 0px 30px; 105 margin: 0px 10px;
102 } 106 }
103 } 107 }
104 @media (max-width: 786px) { 108 @media (max-width: 786px) {
......
...@@ -32,7 +32,7 @@ margin-top: -120px; ...@@ -32,7 +32,7 @@ margin-top: -120px;
32 width: 230px; 32 width: 230px;
33 @media (max-width: 786px) { 33 @media (max-width: 786px) {
34 margin-top: 10px; 34 margin-top: 10px;
35 padding: 0px 30px; 35 padding: 0px 10px;
36 } 36 }
37 } 37 }
38 } 38 }
...@@ -41,7 +41,7 @@ margin-top: -120px; ...@@ -41,7 +41,7 @@ margin-top: -120px;
41 list-style: none; 41 list-style: none;
42 padding-left: 0px; 42 padding-left: 0px;
43 @media (max-width: 786px) { 43 @media (max-width: 786px) {
44 padding: 0px 30px; 44 padding: 0px 10px;
45 45
46 } 46 }
47 li{ 47 li{
...@@ -56,6 +56,7 @@ margin-top: -120px; ...@@ -56,6 +56,7 @@ margin-top: -120px;
56 text-decoration: underline; 56 text-decoration: underline;
57 } 57 }
58 } 58 }
59
59 } 60 }
60 } 61 }
61 #menu-social { 62 #menu-social {
...@@ -65,7 +66,7 @@ margin-top: -120px; ...@@ -65,7 +66,7 @@ margin-top: -120px;
65 padding: 0; 66 padding: 0;
66 gap: 1rem; 67 gap: 1rem;
67 @media (max-width: 786px) { 68 @media (max-width: 786px) {
68 padding: 0 30px; 69 padding: 0 10px;
69 } 70 }
70 li{ 71 li{
71 a { 72 a {
...@@ -97,5 +98,25 @@ margin-top: -120px; ...@@ -97,5 +98,25 @@ margin-top: -120px;
97 } 98 }
98 } 99 }
99 100
101
102
103 }
100 } 104 }
105
106
107 .new-window{
108 a:after{
109 content: "";
110 height: 20px;
111 width: 20px;
112 margin-left: 8px;
113 position: relative;
114 top: 7px;
115 display: inline-block;
116 background-repeat: no-repeat;
117 color: #fff;
118 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>');
119
120
121 }
101 } 122 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
55 max-width: 900px; 55 max-width: 900px;
56 padding-bottom: 60px; 56 padding-bottom: 60px;
57 @media (max-width: 786px) { 57 @media (max-width: 786px) {
58 margin-left: 35px; 58 margin-left: 25px;
59 margin-right: 20px; 59 margin-right: 20px;
60 padding-bottom: 100px; 60 padding-bottom: 100px;
61 } 61 }
......
...@@ -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.2.15 8 Version: 1.2.16
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
......