c515a901 by Jeff Balicki

fix

1 parent 5d22589e
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "2cb5701a8e3fe3ffc7f40b70e1c1ff85",
8 "packages": [],
9 "packages-dev": [],
10 "aliases": [],
11 "minimum-stability": "stable",
12 "stability-flags": [],
13 "prefer-stable": false,
14 "prefer-lowest": false,
15 "platform": [],
16 "platform-dev": [],
17 "plugin-api-version": "2.1.0"
18 }
...@@ -15766,7 +15766,8 @@ h2, .h2 { ...@@ -15766,7 +15766,8 @@ h2, .h2 {
15766 font-size: 14px; 15766 font-size: 14px;
15767 display: block; 15767 display: block;
15768 float: right; 15768 float: right;
15769 margin-top: 40px; 15769 margin-top: 10px;
15770 margin-bottom: 30px;
15770 } 15771 }
15771 @media (max-width: 768px) { 15772 @media (max-width: 768px) {
15772 .numbers-top .wp-block-column:first-child span { 15773 .numbers-top .wp-block-column:first-child span {
......
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.
...@@ -151,7 +151,8 @@ h2{ ...@@ -151,7 +151,8 @@ h2{
151 font-size: 14px; 151 font-size: 14px;
152 display: block; 152 display: block;
153 float: right; 153 float: right;
154 margin-top: 40px; 154 margin-top: 10px;
155 margin-bottom: 30px;
155 @media (max-width: 768px){ 156 @media (max-width: 768px){
156 margin-top: 10px; 157 margin-top: 10px;
157 margin-bottom: 30px; 158 margin-bottom: 30px;
......
...@@ -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.02 8 Version: 1.1.03
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
......