diff --git a/CHANGELOG.md b/CHANGELOG.md index 69983f0..83c7354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.0.11 +## 10/10/2022 + +1. [](#improved) + * Align banner content left by default + # v1.0.10 ## 10/10/2022 diff --git a/blueprints.yaml b/blueprints.yaml index 1af22ef..27ca4b5 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,7 +1,7 @@ name: Custom Banner slug: custom-banner type: plugin -version: 1.0.10 +version: 1.0.11 description: Add a custom banner to your Grav site icon: bookmark author: diff --git a/css/custom-banner.css b/css/custom-banner.css index 3d7e673..fb1e852 100644 --- a/css/custom-banner.css +++ b/css/custom-banner.css @@ -18,7 +18,7 @@ div.custom-banner-body { div.custom-banner-content { /* Visible: content of banner */ - margin: auto; + margin: auto auto auto 0; font-size: 120%; overflow-wrap: anywhere; }