Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI fix: footer alignment on mobile #1498

Merged
merged 2 commits into from
Nov 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ All notable changes to this project will be documented in this file.
- Region and city-level geolocation plausible/analytics#1449
- The `u` option can now be used in the `manual` extension to specify a URL when triggering events.

### Fixed

- UI fix to align footer columns

## v1.4.1

### Fixed
Expand Down
7 changes: 3 additions & 4 deletions lib/plausible_web/templates/layout/_footer.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</li>
</ul>
</div>
<div class="mt-12 md:mt-0">
<div class="mt-32 md:mt-0">
<h4 class="text-sm font-semibold tracking-wider text-gray-400 uppercase leading-5">
Comparisons
</h4>
Expand All @@ -68,10 +68,9 @@
</li>
</ul>
</div>

</div>
<div class="md:grid md:grid-cols-2 md:gap-8">
<div class="mt-12 md:mt-0">
<div>
<h4 class="text-sm font-semibold tracking-wider text-gray-400 uppercase leading-5">
Community
</h4>
Expand Down Expand Up @@ -108,7 +107,7 @@
</li>
</ul>
</div>
<div>
<div class="mt-12 md:mt-0">
<h4 class="text-sm font-semibold tracking-wider text-gray-400 uppercase leading-5">
Company
</h4>
Expand Down