5fdefbbd by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent f8275642
......@@ -14343,6 +14343,15 @@ body {
width: 100%;
padding-left: 0px;
min-height: 80vh;
width: 100%;
}
@media only screen and (max-width: 1600px) {
#error-404-wrapper #content,
#content #content,
#full-width-page-wrapper #content,
#page-wrapper #content {
width: calc(100% - 50px);
}
}
@media only screen and (max-width: 1260px) {
#error-404-wrapper #content,
......@@ -14350,6 +14359,7 @@ body {
#full-width-page-wrapper #content,
#page-wrapper #content {
padding-left: 15px;
width: 100%;
}
}
......
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 {
width: 100%;
padding-left:0px;
min-height: 80vh;
width: 100%;
@media only screen and (max-width: 1600px) {
width: calc(100% - 50px);
}
@media only screen and (max-width: 1260px) {
padding-left:15px;
width: 100%;
}
}
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0047
Version: 1.2.0048
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......