f8180a54 by Jeff Balicki

dddd

1 parent 10eca198
...@@ -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 .wp-embed-aspect-16-9.wp-has-aspect-ratio {
17179 max-width: 900px;
17180 }
17181
17178 #wrapper-footer { 17182 #wrapper-footer {
17179 background-color: #012169; 17183 background-color: #012169;
17180 height: auto; 17184 height: 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.
...@@ -655,4 +655,8 @@ height: 87vh; ...@@ -655,4 +655,8 @@ height: 87vh;
655 } 655 }
656 } 656 }
657 657
658 }
659
660 .wp-embed-aspect-16-9.wp-has-aspect-ratio{
661 max-width: 900px;
658 } 662 }
...\ 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.3026 8 Version: 1.1.3027
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
......