|
@@ -7,7 +7,7 @@ Author URI: https://wordpress.com/
|
|
Template: twentynineteen
|
|
Template: twentynineteen
|
|
Description: Simple, yet sophisticated, with subtle, elegant typography, Professional Business conveys quality and integrity, which makes it especially good fit for accounting, law, and consultancy firms.
|
|
Description: Simple, yet sophisticated, with subtle, elegant typography, Professional Business conveys quality and integrity, which makes it especially good fit for accounting, law, and consultancy firms.
|
|
Requires at least: WordPress 4.9.6
|
|
Requires at least: WordPress 4.9.6
|
|
-Version: 1.3
|
|
|
|
|
|
+Version: 1.4
|
|
License: GNU General Public License v2 or later
|
|
License: GNU General Public License v2 or later
|
|
License URI: LICENSE
|
|
License URI: LICENSE
|
|
Text Domain: professional-business
|
|
Text Domain: professional-business
|
|
@@ -509,13 +509,29 @@ h1 {
|
|
.wp-block-cover-image h2,
|
|
.wp-block-cover-image h2,
|
|
.wp-block-cover h2,
|
|
.wp-block-cover h2,
|
|
h2 {
|
|
h2 {
|
|
- font-size: 1.6875em;
|
|
|
|
|
|
+ font-size: 1.125em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .wp-block-cover-image h2,
|
|
|
|
+ .wp-block-cover h2,
|
|
|
|
+ h2 {
|
|
|
|
+ font-size: 1.6875em;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.has-regular-font-size,
|
|
.has-regular-font-size,
|
|
.has-large-font-size,
|
|
.has-large-font-size,
|
|
h3 {
|
|
h3 {
|
|
- font-size: 1.125em;
|
|
|
|
|
|
+ font-size: 22px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .has-regular-font-size,
|
|
|
|
+ .has-large-font-size,
|
|
|
|
+ h3 {
|
|
|
|
+ font-size: 1.125em;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.site-title,
|
|
.site-title,
|
|
@@ -528,13 +544,36 @@ h3 {
|
|
h2.author-title,
|
|
h2.author-title,
|
|
p.author-bio,
|
|
p.author-bio,
|
|
h4 {
|
|
h4 {
|
|
- font-size: 1.125em;
|
|
|
|
|
|
+ font-size: 0.88889em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .site-title,
|
|
|
|
+ .site-description,
|
|
|
|
+ .nav-links,
|
|
|
|
+ .page-title,
|
|
|
|
+ .page-description,
|
|
|
|
+ .comment-author .fn,
|
|
|
|
+ .no-comments,
|
|
|
|
+ h2.author-title,
|
|
|
|
+ p.author-bio,
|
|
|
|
+ h4 {
|
|
|
|
+ font-size: 22px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.pagination .nav-links,
|
|
.pagination .nav-links,
|
|
.comment-content,
|
|
.comment-content,
|
|
h5 {
|
|
h5 {
|
|
- font-size: 0.88889em;
|
|
|
|
|
|
+ font-size: 0.71111em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .pagination .nav-links,
|
|
|
|
+ .comment-content,
|
|
|
|
+ h5 {
|
|
|
|
+ font-size: 0.88889em;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.entry-meta,
|
|
.entry-meta,
|
|
@@ -549,7 +588,24 @@ h5 {
|
|
#cancel-comment-reply-link,
|
|
#cancel-comment-reply-link,
|
|
img:after,
|
|
img:after,
|
|
h6 {
|
|
h6 {
|
|
- font-size: 0.88889em;
|
|
|
|
|
|
+ font-size: 0.59259em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .entry-meta,
|
|
|
|
+ .entry-footer,
|
|
|
|
+ .discussion-meta-info,
|
|
|
|
+ .site-description,
|
|
|
|
+ .has-small-font-size,
|
|
|
|
+ .comment-reply-link,
|
|
|
|
+ .comment-metadata,
|
|
|
|
+ .comment-notes,
|
|
|
|
+ .sticky-post,
|
|
|
|
+ #cancel-comment-reply-link,
|
|
|
|
+ img:after,
|
|
|
|
+ h6 {
|
|
|
|
+ font-size: 0.71111em;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.site-info {
|
|
.site-info {
|
|
@@ -3897,7 +3953,14 @@ body.page .main-navigation {
|
|
|
|
|
|
.entry .entry-content .wp-block-cover-image h1,
|
|
.entry .entry-content .wp-block-cover-image h1,
|
|
.entry .entry-content .wp-block-cover h1 {
|
|
.entry .entry-content .wp-block-cover h1 {
|
|
- font-size: 2.8125em;
|
|
|
|
|
|
+ font-size: 2.25em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .entry .entry-content .wp-block-cover-image h1,
|
|
|
|
+ .entry .entry-content .wp-block-cover h1 {
|
|
|
|
+ font-size: 2.8125em;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
|
|
.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
|
|
@@ -3906,30 +3969,70 @@ body.page .main-navigation {
|
|
.entry .entry-content .wp-block-cover .wp-block-cover-image-text,
|
|
.entry .entry-content .wp-block-cover .wp-block-cover-image-text,
|
|
.entry .entry-content .wp-block-cover .wp-block-cover-text,
|
|
.entry .entry-content .wp-block-cover .wp-block-cover-text,
|
|
.entry .entry-content .wp-block-cover h2 {
|
|
.entry .entry-content .wp-block-cover h2 {
|
|
- font-size: 2.25em;
|
|
|
|
- margin: inherit;
|
|
|
|
|
|
+ font-size: 1.6875em;
|
|
|
|
+ margin: 1rem 0;
|
|
max-width: inherit;
|
|
max-width: inherit;
|
|
|
|
+ padding: 0;
|
|
text-align: inherit;
|
|
text-align: inherit;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
|
|
|
|
+ .entry .entry-content .wp-block-cover-image .wp-block-cover-text,
|
|
|
|
+ .entry .entry-content .wp-block-cover-image h2,
|
|
|
|
+ .entry .entry-content .wp-block-cover .wp-block-cover-image-text,
|
|
|
|
+ .entry .entry-content .wp-block-cover .wp-block-cover-text,
|
|
|
|
+ .entry .entry-content .wp-block-cover h2 {
|
|
|
|
+ font-size: 2.25em;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.entry .entry-content .wp-block-cover-image h3,
|
|
.entry .entry-content .wp-block-cover-image h3,
|
|
.entry .entry-content .wp-block-cover h3 {
|
|
.entry .entry-content .wp-block-cover h3 {
|
|
- font-size: 1.6875em;
|
|
|
|
|
|
+ font-size: 1.125em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .entry .entry-content .wp-block-cover-image h3,
|
|
|
|
+ .entry .entry-content .wp-block-cover h3 {
|
|
|
|
+ font-size: 1.6875em;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-cover-image h4,
|
|
.entry .entry-content .wp-block-cover-image h4,
|
|
.entry .entry-content .wp-block-cover h4 {
|
|
.entry .entry-content .wp-block-cover h4 {
|
|
- font-size: 1.125em;
|
|
|
|
|
|
+ font-size: 22px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .entry .entry-content .wp-block-cover-image h4,
|
|
|
|
+ .entry .entry-content .wp-block-cover h4 {
|
|
|
|
+ font-size: 1.125em;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-cover-image h5,
|
|
.entry .entry-content .wp-block-cover-image h5,
|
|
.entry .entry-content .wp-block-cover h5 {
|
|
.entry .entry-content .wp-block-cover h5 {
|
|
- font-size: 22px;
|
|
|
|
|
|
+ font-size: 0.88889em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .entry .entry-content .wp-block-cover-image h5,
|
|
|
|
+ .entry .entry-content .wp-block-cover h5 {
|
|
|
|
+ font-size: 22px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-cover-image h6,
|
|
.entry .entry-content .wp-block-cover-image h6,
|
|
.entry .entry-content .wp-block-cover h6 {
|
|
.entry .entry-content .wp-block-cover h6 {
|
|
- font-size: 0.88889em;
|
|
|
|
|
|
+ font-size: 0.71111em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
|
+ .entry .entry-content .wp-block-cover-image h6,
|
|
|
|
+ .entry .entry-content .wp-block-cover h6 {
|
|
|
|
+ font-size: 0.88889em;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
|
|
.entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
|
|
@@ -3972,20 +4075,6 @@ body.page .main-navigation {
|
|
margin-left: auto;
|
|
margin-left: auto;
|
|
}
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 768px) {
|
|
|
|
- .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover__inner-container,
|
|
|
|
- .entry .entry-content .wp-block-cover.alignfull .wp-block-cover__inner-container {
|
|
|
|
- max-width: calc(8 * (100vw / 12) - 28px);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media only screen and (min-width: 1168px) {
|
|
|
|
- .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover__inner-container,
|
|
|
|
- .entry .entry-content .wp-block-cover.alignfull .wp-block-cover__inner-container {
|
|
|
|
- max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
@media only screen and (min-width: 768px) {
|
|
.entry .entry-content .wp-block-cover-image.alignfull,
|
|
.entry .entry-content .wp-block-cover-image.alignfull,
|
|
.entry .entry-content .wp-block-cover.alignfull {
|
|
.entry .entry-content .wp-block-cover.alignfull {
|