Skip to content

Commit

Permalink
Merge branch 'main' into issue/1429
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbrown-io committed Nov 18, 2024
2 parents 6ae5892 + a43d2b8 commit 02d03ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- ### Change footer to be sorted into rows
Changes the direction of the footer to be flexed into rows instead.
---

## [20241113] - 2024-11-13

- ### Related Articles: fix relative path response
Expand Down
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1195,4 +1195,5 @@ h2.clear-margin,h3.clear-margin,h4.clear-margin,h5.clear-margin,h6.clear-margin,

.footer-columns {
display: flex;
flex-direction: column;
}

0 comments on commit 02d03ca

Please sign in to comment.