diff --git a/package.json b/package.json index 038a7df..ca72537 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate", - "version": "1.3.1", + "version": "1.3.2", "author": "Tony Air ", "license": "MIT", "description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.", diff --git a/src/scss/_components/_ui.elemental.scss b/src/scss/_components/_ui.elemental.scss index b394321..b17472c 100755 --- a/src/scss/_components/_ui.elemental.scss +++ b/src/scss/_components/_ui.elemental.scss @@ -36,7 +36,7 @@ h1.page-header { } // Sidebar elements - &.secodary { + &.secondary { padding: ($grid-gutter-element-height / 2) 0; } }