2944378b by Jeff Balicki

ddd

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent ea3132e3
...@@ -14412,7 +14412,6 @@ h1 + p, .h1 + p { ...@@ -14412,7 +14412,6 @@ h1 + p, .h1 + p {
14412 background-color: #F6F6F6; 14412 background-color: #F6F6F6;
14413 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137); 14413 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
14414 transition: 0.5s; 14414 transition: 0.5s;
14415 overflow-y: scroll;
14416 } 14415 }
14417 @media only screen and (max-width: 1260px) { 14416 @media only screen and (max-width: 1260px) {
14418 #wrapper-navbar { 14417 #wrapper-navbar {
......
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.
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
14 background-color: #F6F6F6; 14 background-color: #F6F6F6;
15 box-shadow: 0px 3px 6px #00000029; 15 box-shadow: 0px 3px 6px #00000029;
16 transition: 0.5s; 16 transition: 0.5s;
17 overflow-y: scroll; 17
18 @media only screen and (max-width: 1260px) { 18 @media only screen and (max-width: 1260px) {
19 position: fixed; 19 position: fixed;
20 right: -275px; 20 right: -275px;
......
...@@ -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.0032 8 Version: 1.2.0033
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
......