|
@@ -7,7 +7,7 @@ Author URI: https://wordpress.com
|
|
|
Template: twentynineteen
|
|
|
Description: Your classy establishment needs an equally classy website to showcase your stylish rooms and quality products! With its bold typography and peaceful color scheme, Calm Business exudes a calm, inviting atmosphere as a bed and breakfast, time share, or brick & mortar store fronts.
|
|
|
Requires at least: WordPress 4.9.6
|
|
|
-Version: 1.2
|
|
|
+Version: 1.3
|
|
|
License: GNU General Public License v2 or later
|
|
|
License URI: LICENSE
|
|
|
Text Domain: calm-business
|
|
@@ -1646,19 +1646,19 @@ body.page .main-navigation {
|
|
|
--------------------------------------------------------------*/
|
|
|
/* Next/Previous navigation */
|
|
|
.post-navigation {
|
|
|
- margin: calc(3 * 1rem) 0;
|
|
|
+ margin: calc(3 * 1rem) 1rem 1rem;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
.post-navigation {
|
|
|
- margin: calc(3 * 1rem) auto;
|
|
|
+ margin: calc(3 * 1rem) auto calc(1rem / 2);
|
|
|
max-width: calc(8 * (100vw / 12) - 28px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1168px) {
|
|
|
.post-navigation {
|
|
|
- max-width: calc(6*(100vw/12) - 28px);
|
|
|
+ max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2410,6 +2410,12 @@ body.page .main-navigation {
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
.entry .entry-header {
|
|
|
margin: calc(3 * 1rem) auto calc(1rem / 2);
|
|
|
+ max-width: calc(8 * (100vw / 12) - 28px);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 1168px) {
|
|
|
+ .entry .entry-header {
|
|
|
max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
}
|
|
|
}
|
|
@@ -2422,7 +2428,13 @@ body.page .main-navigation {
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
.entry .entry-title {
|
|
|
margin: 32px auto;
|
|
|
- max-width: calc(6*(100vw/12) - 28px);
|
|
|
+ max-width: calc(8 * (100vw / 12) - 28px);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 1168px) {
|
|
|
+ .entry .entry-title {
|
|
|
+ max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2489,6 +2501,12 @@ body.page .main-navigation {
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
.entry .entry-footer {
|
|
|
margin: 32px auto;
|
|
|
+ max-width: calc(8 * (100vw / 12) - 28px);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 1168px) {
|
|
|
+ .entry .entry-footer {
|
|
|
max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
}
|
|
|
}
|
|
@@ -2695,6 +2713,12 @@ body.page .main-navigation {
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
.author-bio {
|
|
|
margin: 32px auto;
|
|
|
+ max-width: calc(8 * (100vw / 12) - 28px);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 1168px) {
|
|
|
+ .author-bio {
|
|
|
max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
}
|
|
|
}
|
|
@@ -2852,7 +2876,13 @@ body.page .main-navigation {
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
#comments {
|
|
|
margin: 32px auto;
|
|
|
- max-width: calc(6*(100vw/12) - 28px);
|
|
|
+ max-width: calc(8 * (100vw / 12) - 28px);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 1168px) {
|
|
|
+ #comments {
|
|
|
+ max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3171,7 +3201,15 @@ body.page .main-navigation {
|
|
|
.search .page-header,
|
|
|
.error404 .page-header {
|
|
|
margin: 32px auto;
|
|
|
- max-width: calc(6*(100vw/12) - 28px);
|
|
|
+ max-width: calc(8 * (100vw / 12) - 28px);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 1168px) {
|
|
|
+ .archive .page-header,
|
|
|
+ .search .page-header,
|
|
|
+ .error404 .page-header {
|
|
|
+ max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3221,6 +3259,12 @@ body.page .main-navigation {
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
.hfeed .entry .entry-header {
|
|
|
margin: calc(3 * 1rem) auto calc(1rem / 2);
|
|
|
+ max-width: calc(8 * (100vw / 12) - 28px);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 1168px) {
|
|
|
+ .hfeed .entry .entry-header {
|
|
|
max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
}
|
|
|
}
|
|
@@ -3239,7 +3283,16 @@ body.page .main-navigation {
|
|
|
.no-results.not-found .page-title,
|
|
|
.no-results.not-found .page-content {
|
|
|
margin: 32px auto;
|
|
|
- max-width: calc(6*(100vw/12) - 28px);
|
|
|
+ max-width: calc(8 * (100vw / 12) - 28px);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 1168px) {
|
|
|
+ .error-404.not-found .page-title,
|
|
|
+ .error-404.not-found .page-content,
|
|
|
+ .no-results.not-found .page-title,
|
|
|
+ .no-results.not-found .page-content {
|
|
|
+ max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -3295,10 +3348,21 @@ body.page .main-navigation {
|
|
|
|
|
|
#colophon .site-info {
|
|
|
color: #242424;
|
|
|
- max-width: calc(6*(100vw/12) - 28px);
|
|
|
margin: 32px auto;
|
|
|
}
|
|
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
+ #colophon .site-info {
|
|
|
+ max-width: calc(8 * (100vw / 12) - 28px);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 1168px) {
|
|
|
+ #colophon .site-info {
|
|
|
+ max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
#colophon .site-info a {
|
|
|
color: inherit;
|
|
|
}
|
|
@@ -3426,7 +3490,7 @@ body.page .main-navigation {
|
|
|
/* !Block styles */
|
|
|
.entry .entry-content > *,
|
|
|
.entry .entry-summary > * {
|
|
|
- margin: 32px auto;
|
|
|
+ margin: 32px 0;
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
|
|
@@ -3448,7 +3512,14 @@ body.page .main-navigation {
|
|
|
.entry .entry-content > *,
|
|
|
.entry .entry-summary > * {
|
|
|
margin: 32px auto;
|
|
|
- max-width: calc(6*(100vw/12) - 28px);
|
|
|
+ max-width: calc(8 * (100vw / 12) - 28px);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 1168px) {
|
|
|
+ .entry .entry-content > *,
|
|
|
+ .entry .entry-summary > * {
|
|
|
+ max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
}
|
|
|
}
|
|
|
|