Skip to content

Commit

Permalink
fix header styles and update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesros161 committed Feb 14, 2022
1 parent 87b3e65 commit 9c3ebe4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boldgrid-theme-framework",
"version": "2.13.0",
"version": "2.13.0-beta1",
"description": "BoldGrid Theme Framework",
"main": "index.js",
"engines": {
Expand Down
3 changes: 3 additions & 0 deletions src/assets/scss/boldgrid/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
.boldgrid-section {
display: flex;
justify-content: center;
.container-fluid {
width: calc(100% + 40px);
}
.row {
display: flex;
flex-wrap: wrap;
Expand Down
2 changes: 1 addition & 1 deletion src/boldgrid-theme-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: BoldGrid Theme Framework
* Plugin URI: https://www.boldgrid.com/docs/configuration-file
* Description: BoldGrid Theme Framework is a library that allows you to easily make BoldGrid themes. Please see our reference guide for more information: https://www.boldgrid.com/docs/configuration-file
* Version: 2.13.0
* Version: 2.13.0-beta1
* Author: BoldGrid.com <[email protected]>
* Author URI: https://www.boldgrid.com/
* Text Domain: bgtfw
Expand Down

0 comments on commit 9c3ebe4

Please sign in to comment.