|
@@ -15,23 +15,8 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
/**
|
|
/**
|
|
* Required Variables
|
|
* Required Variables
|
|
*/
|
|
*/
|
|
-/**
|
|
|
|
- * Required Variables
|
|
|
|
- */
|
|
|
|
-/**
|
|
|
|
- * Repsonsive Styles
|
|
|
|
- */
|
|
|
|
-@media only screen and (min-width: 830px) {
|
|
|
|
- :root {
|
|
|
|
- --global--spacing-horizontal: 60px;
|
|
|
|
- --global--spacing-vertical: 35px;
|
|
|
|
- --responsive--aligndefault-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 782px);
|
|
|
|
- --responsive--alignwide-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 1247px);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-/* Text meant only for screen readers. */
|
|
|
|
.screen-reader-text, .search-form input[type="submit"] {
|
|
.screen-reader-text, .search-form input[type="submit"] {
|
|
|
|
+ /* Text meant only for screen readers. */
|
|
border: 0;
|
|
border: 0;
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
clip-path: inset(50%);
|
|
clip-path: inset(50%);
|
|
@@ -71,6 +56,21 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
outline: 0;
|
|
outline: 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * Required Variables
|
|
|
|
+ */
|
|
|
|
+/**
|
|
|
|
+ * Repsonsive Styles
|
|
|
|
+ */
|
|
|
|
+@media only screen and (min-width: 830px) {
|
|
|
|
+ :root {
|
|
|
|
+ --global--spacing-horizontal: 60px;
|
|
|
|
+ --global--spacing-vertical: 35px;
|
|
|
|
+ --responsive--aligndefault-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 782px);
|
|
|
|
+ --responsive--alignwide-width: min(calc(100vw - 2 * var(--global--spacing-horizontal)), 1247px);
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.archive .post .entry-title,
|
|
.archive .post .entry-title,
|
|
.home .post .entry-title {
|
|
.home .post .entry-title {
|
|
font-size: var(--global--font-size-lg);
|
|
font-size: var(--global--font-size-lg);
|