|
@@ -7,7 +7,7 @@ Author URI: https://wordpress.org/
|
|
|
Template: twentynineteen
|
|
|
Description: Simple, approachable, with bold, handsome typography, Friendly Business conveys quality and sustainability, which makes it especially good fit for education, agriculture and family-run businesses.
|
|
|
Requires at least: WordPress 4.9.6
|
|
|
-Version: 1.4.2
|
|
|
+Version: 1.4.3
|
|
|
License: GNU General Public License v2 or later
|
|
|
License URI: LICENSE
|
|
|
Text Domain: friendly-business
|
|
@@ -2570,7 +2570,7 @@ body.page .main-navigation {
|
|
|
}
|
|
|
|
|
|
.entry .entry-content .more-link:after {
|
|
|
- content: "→" /*rtl: ←*/;
|
|
|
+ content: "→" /*rtl:"←"*/;
|
|
|
display: inline-block;
|
|
|
margin-left: 0.5em;
|
|
|
}
|
|
@@ -3073,15 +3073,15 @@ body.page .main-navigation {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
- .comment-form .comment-form-author,
|
|
|
- .comment-form .comment-form-email {
|
|
|
+ .comment-form .comment-form-author:not(.comment-form-field),
|
|
|
+ .comment-form .comment-form-email:not(.comment-form-field) {
|
|
|
width: calc(50% - 0.5rem);
|
|
|
float: left;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
- .comment-form .comment-form-email {
|
|
|
+ .comment-form .comment-form-email:not(.comment-form-field) {
|
|
|
margin-left: 1rem;
|
|
|
}
|
|
|
}
|