1a59f744 by Jeff Balicki

ssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 76a3ec6a
......@@ -14322,6 +14322,7 @@ body {
width: 100%;
padding-left: 280px;
padding-top: 0px;
min-height: 95vh;
}
@media only screen and (max-width: 1260px) {
#error-404-wrapper,
......@@ -14489,7 +14490,7 @@ h1 + p, .h1 + p {
}
@media only screen and (max-width: 1260px) {
#main-nav .container {
height: 100vh;
height: 95vh;
}
}
@media only screen and (max-height: 575.98px) and (orientation: landscape) {
......
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.
......@@ -33,6 +33,7 @@ html, body {
width: 100%;
padding-left:280px;
padding-top: 0px;
min-height: 95vh;
@media only screen and (max-width: 1260px) {
width: 100%;
min-height: 90vh;
......
......@@ -81,7 +81,7 @@
height: 768px;
flex-wrap: nowrap;
@media only screen and (max-width: 1260px) {
height: 100vh;
height: 95vh;
}
@media only screen and (max-height: 575.98px) and (orientation: landscape) {
overflow-y: scroll;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0041
Version: 1.2.0042
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......