9037f592 by Jeff Balicki

eee

1 parent 8de1f0b2
This diff could not be displayed because it is too large.
...@@ -94,10 +94,8 @@ p { ...@@ -94,10 +94,8 @@ p {
94 94
95 abbr[title], 95 abbr[title],
96 abbr[data-bs-original-title] { 96 abbr[data-bs-original-title] {
97 -webkit-text-decoration: underline dotted;
98 text-decoration: underline dotted; 97 text-decoration: underline dotted;
99 cursor: help; 98 cursor: help;
100 -webkit-text-decoration-skip-ink: none;
101 text-decoration-skip-ink: none; 99 text-decoration-skip-ink: none;
102 } 100 }
103 101
...@@ -388,10 +386,6 @@ legend + * { ...@@ -388,10 +386,6 @@ legend + * {
388 padding: 0; 386 padding: 0;
389 } 387 }
390 388
391 ::-webkit-file-upload-button {
392 font: inherit;
393 }
394
395 ::file-selector-button { 389 ::file-selector-button {
396 font: inherit; 390 font: inherit;
397 } 391 }
......
This diff could not be displayed because it is too large.
...@@ -970,8 +970,6 @@ span.wpcf7-list-item { ...@@ -970,8 +970,6 @@ span.wpcf7-list-item {
970 color: #333F48; 970 color: #333F48;
971 font-size: 20px; 971 font-size: 20px;
972 line-height: 21px; 972 line-height: 21px;
973 line-height: 44px !important;
974 font-size: 40px !important;
975 @media (max-width: 786px) { 973 @media (max-width: 786px) {
976 font-size: 18px !important; 974 font-size: 18px !important;
977 line-height: 21px !important; 975 line-height: 21px !important;
......
...@@ -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.30382 8 Version: 1.1.30383
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
......