diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec9d2e..8a6016d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Removed +- negative margin `navbar-brand` ## [0.1.0] - 2020-04-16 ### Added diff --git a/assets/scss/layouts/_header.scss b/assets/scss/layouts/_header.scss index b72e6b0..d07bbbd 100644 --- a/assets/scss/layouts/_header.scss +++ b/assets/scss/layouts/_header.scss @@ -69,10 +69,6 @@ border-bottom: 0; } -.navbar-brand { - margin-top: -0.15625rem; -} - .navbar-form { margin-top: 0.25rem; }