5fdefbbd by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent f8275642
...@@ -14343,6 +14343,15 @@ body { ...@@ -14343,6 +14343,15 @@ body {
14343 width: 100%; 14343 width: 100%;
14344 padding-left: 0px; 14344 padding-left: 0px;
14345 min-height: 80vh; 14345 min-height: 80vh;
14346 width: 100%;
14347 }
14348 @media only screen and (max-width: 1600px) {
14349 #error-404-wrapper #content,
14350 #content #content,
14351 #full-width-page-wrapper #content,
14352 #page-wrapper #content {
14353 width: calc(100% - 50px);
14354 }
14346 } 14355 }
14347 @media only screen and (max-width: 1260px) { 14356 @media only screen and (max-width: 1260px) {
14348 #error-404-wrapper #content, 14357 #error-404-wrapper #content,
...@@ -14350,6 +14359,7 @@ body { ...@@ -14350,6 +14359,7 @@ body {
14350 #full-width-page-wrapper #content, 14359 #full-width-page-wrapper #content,
14351 #page-wrapper #content { 14360 #page-wrapper #content {
14352 padding-left: 15px; 14361 padding-left: 15px;
14362 width: 100%;
14353 } 14363 }
14354 } 14364 }
14355 14365
......
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.
...@@ -45,8 +45,14 @@ html, body { ...@@ -45,8 +45,14 @@ html, body {
45 width: 100%; 45 width: 100%;
46 padding-left:0px; 46 padding-left:0px;
47 min-height: 80vh; 47 min-height: 80vh;
48 width: 100%;
49 @media only screen and (max-width: 1600px) {
50 width: calc(100% - 50px);
51
52 }
48 @media only screen and (max-width: 1260px) { 53 @media only screen and (max-width: 1260px) {
49 padding-left:15px; 54 padding-left:15px;
55 width: 100%;
50 } 56 }
51 } 57 }
52 } 58 }
......
...@@ -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.0047 8 Version: 1.2.0048
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
......