|
@@ -11,7 +11,7 @@ License: GNU General Public License v2 or later
|
|
|
License URI: LICENSE
|
|
|
Template: varia
|
|
|
Text Domain: rockfield
|
|
|
-Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, auto-loading-homepage, a8c-global-styles
|
|
|
+Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, auto-loading-homepage, jetpack-global-styles
|
|
|
|
|
|
This theme, like WordPress, is licensed under the GPL.
|
|
|
Use it to make something cool, have fun, and share what you've learned with others.
|
|
@@ -694,7 +694,7 @@ a {
|
|
|
header *,
|
|
|
main *,
|
|
|
footer * {
|
|
|
- max-width: inherit;
|
|
|
+ max-width: unset;
|
|
|
}
|
|
|
|
|
|
html,
|
|
@@ -3011,7 +3011,7 @@ body:not(.fse-enabled) .footer-menu a {
|
|
|
line-height: 1.125;
|
|
|
margin-bottom: 4px;
|
|
|
padding-left: 40px;
|
|
|
- max-width: calc(100% - 48px);
|
|
|
+ max-width: calc(100% - 48px);
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|