diff options
author | 2023-01-23 09:41:20 -0800 | |
---|---|---|
committer | 2023-01-23 09:41:20 -0800 | |
commit | cb4081162b75508710f625b5b8dac0c48c813355 (patch) | |
tree | 2360a835652caa2b1cd0db8b73b7524e55c2b3f8 /CHANGELOG.md | |
parent | 24b0c32c0a0aeabc2131361f9bacaeaec8988ada (diff) | |
download | sally-cb4081162b75508710f625b5b8dac0c48c813355.tar.gz sally-cb4081162b75508710f625b5b8dac0c48c813355.tar.zst sally-cb4081162b75508710f625b5b8dac0c48c813355.zip |
template: Use a more fluid layout (#67)
Instead of using a table, take advantage of the grid layout.
We still print a table of sorts,
but it's more fluid in appearance based on width of the screen.
On narrower screens, we'll show a listing
where each item has a description label next to it
rather than at the top.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f74dc58..31295a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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] -- No changes yet. +### Changed +- Use a fluid layout for the index page. + This renders better on narrow screens. [Unreleased]: https://github.com/uber-go/sally/compare/v1.2.0...HEAD |