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

Update README.md footer class styling for home.html.heex file #257 #257

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

MikeRund
Copy link
Member

There was a mismatch in code for the readme example of the home.html.heex file, and the linked example. The embedded readme example code had styling issue with the footer being connected to the top of the page.

Changes to /lib/chat_web/controllers/page_html/home.html.heex example code:

Changes to the <footer class="...">

  • Removed sticky mt-[auto]
  • Changed bottom-0 to fixed bottom-0

There was a mismatch in code for the readme example of the home.html.heex file, and the linked example. The embedded readme example code had styling issue with the footer being connected to the top of the page.

Changes to `/lib/chat_web/controllers/page_html/home.html.heex` example code:

Changes to the `<footer class="...">`
- Removed `sticky mt-[auto]`
- Changed `bottom-0` to `fixed bottom-0`
@MikeRund MikeRund changed the title Update README.md footer class styling for home.html.heex file Update README.md footer class styling for home.html.heex file #257 Oct 10, 2024
Copy link
Member

@nelsonic nelsonic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MikeRund thanks for updating. 👌

@nelsonic nelsonic merged commit 800d3c9 into main Oct 10, 2024
2 checks passed
@nelsonic nelsonic deleted the MikeRund-patch-1 branch October 10, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants