Skip to content

Commit

Permalink
Fix subscribe block padding (#46)
Browse files Browse the repository at this point in the history
* Fix subscribe block padding

* Update changelog
  • Loading branch information
ardier16 authored May 27, 2024
1 parent fbdd56f commit 16dd442
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/components/Subscribe/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 16dd442

Please sign in to comment.