diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e9a0dda..18438c57 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] +### Fixed +- Subscribe block padding on the landing page; ## [3.7.4] - 2024-05-25 ### Added diff --git a/src/components/Subscribe/styles.module.css b/src/components/Subscribe/styles.module.css index cd882baa..00611336 100644 --- a/src/components/Subscribe/styles.module.css +++ b/src/components/Subscribe/styles.module.css @@ -3,7 +3,8 @@ justify-content: space-between; align-items: center; gap: 1.5rem; - padding: 14rem 0 4.5rem 0; + padding-top: 14rem; + padding-bottom: 4.5rem; flex-direction: row; }