ssss
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
7 changed files
with
5 additions
and
3 deletions
| ... | @@ -14322,6 +14322,7 @@ body { | ... | @@ -14322,6 +14322,7 @@ body { |
| 14322 | width: 100%; | 14322 | width: 100%; |
| 14323 | padding-left: 280px; | 14323 | padding-left: 280px; |
| 14324 | padding-top: 0px; | 14324 | padding-top: 0px; |
| 14325 | min-height: 95vh; | ||
| 14325 | } | 14326 | } |
| 14326 | @media only screen and (max-width: 1260px) { | 14327 | @media only screen and (max-width: 1260px) { |
| 14327 | #error-404-wrapper, | 14328 | #error-404-wrapper, |
| ... | @@ -14489,7 +14490,7 @@ h1 + p, .h1 + p { | ... | @@ -14489,7 +14490,7 @@ h1 + p, .h1 + p { |
| 14489 | } | 14490 | } |
| 14490 | @media only screen and (max-width: 1260px) { | 14491 | @media only screen and (max-width: 1260px) { |
| 14491 | #main-nav .container { | 14492 | #main-nav .container { |
| 14492 | height: 100vh; | 14493 | height: 95vh; |
| 14493 | } | 14494 | } |
| 14494 | } | 14495 | } |
| 14495 | @media only screen and (max-height: 575.98px) and (orientation: landscape) { | 14496 | @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 { | ... | @@ -33,6 +33,7 @@ html, body { |
| 33 | width: 100%; | 33 | width: 100%; |
| 34 | padding-left:280px; | 34 | padding-left:280px; |
| 35 | padding-top: 0px; | 35 | padding-top: 0px; |
| 36 | min-height: 95vh; | ||
| 36 | @media only screen and (max-width: 1260px) { | 37 | @media only screen and (max-width: 1260px) { |
| 37 | width: 100%; | 38 | width: 100%; |
| 38 | min-height: 90vh; | 39 | min-height: 90vh; | ... | ... |
| ... | @@ -81,7 +81,7 @@ | ... | @@ -81,7 +81,7 @@ |
| 81 | height: 768px; | 81 | height: 768px; |
| 82 | flex-wrap: nowrap; | 82 | flex-wrap: nowrap; |
| 83 | @media only screen and (max-width: 1260px) { | 83 | @media only screen and (max-width: 1260px) { |
| 84 | height: 100vh; | 84 | height: 95vh; |
| 85 | } | 85 | } |
| 86 | @media only screen and (max-height: 575.98px) and (orientation: landscape) { | 86 | @media only screen and (max-height: 575.98px) and (orientation: landscape) { |
| 87 | overflow-y: scroll; | 87 | overflow-y: scroll; | ... | ... |
| ... | @@ -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.0041 | 8 | Version: 1.2.0042 |
| 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 | ... | ... |
-
Please register or sign in to post a comment