Skip to content

Commit

Permalink
Add more space between text and chevron in heading links (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Jan 17, 2024
1 parent 6430796 commit db8b3aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
### Changed

- Added more space between the text and chevron in a heading link

### Deprecated
### Removed
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions src/nationalarchives/utilities/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ small {
display: inline-block;

&::after {
padding-left: 0.25rem;
padding-left: 0.5rem;

display: inline-block;

Expand All @@ -234,7 +234,7 @@ small {

&:hover {
&::after {
padding-left: 0.5rem;
padding-left: 0.75rem;
}
}
}
Expand Down

0 comments on commit db8b3aa

Please sign in to comment.