86deeb0e by Jeff Balicki

www

1 parent fbc78268
...@@ -17175,6 +17175,10 @@ ss3-force-full-width { ...@@ -17175,6 +17175,10 @@ ss3-force-full-width {
17175 flex-basis: 33.3333333333%; 17175 flex-basis: 33.3333333333%;
17176 } 17176 }
17177 17177
17178 .label-search-input {
17179 color: #5B6770;
17180 }
17181
17178 .wp-embed-aspect-16-9.wp-has-aspect-ratio { 17182 .wp-embed-aspect-16-9.wp-has-aspect-ratio {
17179 max-width: 950px; 17183 max-width: 950px;
17180 margin: auto; 17184 margin: auto;
......
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.
...@@ -656,7 +656,9 @@ height: 87vh; ...@@ -656,7 +656,9 @@ height: 87vh;
656 } 656 }
657 657
658 } 658 }
659 659 .label-search-input{
660 color: #5B6770;
661 }
660 .wp-embed-aspect-16-9.wp-has-aspect-ratio{ 662 .wp-embed-aspect-16-9.wp-has-aspect-ratio{
661 max-width: 950px; 663 max-width: 950px;
662 margin: auto; 664 margin: auto;
......
...@@ -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.1.3028 8 Version: 1.1.3029
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
......