668f6035 by Jeff Balicki

333

1 parent f8180a54
...@@ -17176,7 +17176,8 @@ ss3-force-full-width { ...@@ -17176,7 +17176,8 @@ ss3-force-full-width {
17176 } 17176 }
17177 17177
17178 .wp-embed-aspect-16-9.wp-has-aspect-ratio { 17178 .wp-embed-aspect-16-9.wp-has-aspect-ratio {
17179 max-width: 900px; 17179 max-width: 1000px;
17180 margin: auto;
17180 } 17181 }
17181 17182
17182 #wrapper-footer { 17183 #wrapper-footer {
......
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.
...@@ -658,5 +658,6 @@ height: 87vh; ...@@ -658,5 +658,6 @@ height: 87vh;
658 } 658 }
659 659
660 .wp-embed-aspect-16-9.wp-has-aspect-ratio{ 660 .wp-embed-aspect-16-9.wp-has-aspect-ratio{
661 max-width: 900px; 661 max-width: 950px;
662 margin: auto;
662 } 663 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -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.3027 8 Version: 1.1.3028
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
......