f67f9647 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 64f2bc9d
...@@ -14479,6 +14479,7 @@ h1 + p, .h1 + p { ...@@ -14479,6 +14479,7 @@ h1 + p, .h1 + p {
14479 14479
14480 #comments { 14480 #comments {
14481 margin: 0px; 14481 margin: 0px;
14482 max-width: unset;
14482 } 14483 }
14483 14484
14484 .collapsing { 14485 .collapsing {
......
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.
...@@ -180,4 +180,5 @@ p{ ...@@ -180,4 +180,5 @@ p{
180 } 180 }
181 #comments{ 181 #comments{
182 margin: 0px; 182 margin: 0px;
183 max-width: unset;
183 } 184 }
...\ 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.2.0014 8 Version: 1.2.0015
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
......