This commit is contained in:
Alexander Agnarson 2020-08-19 16:21:43 +02:00
parent 606c3ad15c
commit d7e36d9089
2 changed files with 7 additions and 2 deletions

View file

@ -2,7 +2,7 @@
Contributors: alxmedia
Requires at least: 5.0
Tested up to: 5.5
Version: 1.2.8
Version: 1.2.9
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: blog, one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background
@ -90,6 +90,9 @@ Right sidebar images
== Changelog ==
= 1.2.9 - 2020-08-19 =
* Fixed menu margin with centered layout
= 1.2.8 - 2020-08-19 =
* Fixed max-width styling option

View file

@ -1,7 +1,7 @@
/*
Theme Name: Typecore
Theme URI: http://alx.media/themes/typecore/
Version: 1.2.8
Version: 1.2.9
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 5.5
@ -820,6 +820,8 @@ box-shadow: -1px 0 0 rgba(255,255,255,0.1); }
.center #page .container-inner { margin: 0 auto; position: relative; }
.center #page .container-inner:after { content:""; position: absolute; z-index: -1; background: #23282d; left: -9999px; right: 50%; top: 0; bottom: 0; }
.center.boxed #page .container-inner:after { display: none; }
.center .nav-menu:not(.mobile) { margin: 0 auto; }
.center #footer .nav-menu:not(.mobile) .menu { justify-content: center; }
/* ------------------------------------------------------------------------- *