#events 2025-03-06
2025-03-06 UTC
#
Loqi "Homebrew Website Club Europe/London" call ended https://events.indieweb.org/2025/03/homebrew-website-club-europe-london-ySv6vAHHCNdd

#
Loqi [New Event] david.shanske.com created "Mar 19, 2025 6:00pm Homebrew Website Club - Pacific" https://events.indieweb.org/0w2cNQKjdfew

#
Loqi [Event Updated] david.shanske.com updated "Mar 19, 2025 6:00pm Homebrew Website Club - Americas" changed name, notes_url, description, tags https://events.indieweb.org/event/736/history/2046/diff

[artlung] and [morganm] joined the channel
#
Loqi "Homebrew Website Club - Pacific" call ended https://events.indieweb.org/2025/03/homebrew-website-club-pacific-FLzF6JrRBd8i

#
capjamesg[d] !archive https://events.indieweb.org/2025/03/homebrew-website-club-pacific-FLzF6JrRBd8i events/2025-03-06-hwc-pacific

#
capjamesg[d] [edit] !archive https://events.indieweb.org/2025/03/homebrew-website-club-pacific-FLzF6JrRBd8i events/2025-03-06-hwc-pacific

#
cali-iwc Created https://indieweb.org/events/2025-03-06-hwc-pacific. Please review the page to ensure the document is correctly formatted and remove any unnecessary text.
#
Loqi Front End Study Hall #023 in 5 days https://events.indieweb.org/WmHNZ7nKEp1Z

[KevinMarks], [qubyte] and [Trevor_Morris] joined the channel
#
[Jo] yeah i did actually. how to stop the footer from hanging in "mid-air" when theres too little content on a page. so like how to either get the footer to stick to the bottom or have enough padding that the background fills the rest of the viewport. a lot of solutions ive seen on stackoverflow + co are a little idiotic

aelaraji1 joined the channel
#
capjamesg[d] I like to set a rule like min-height: 90vh on the container above the footer.

#
capjamesg[d] That ensures that the container is 90% of the height of the viewport.

#
capjamesg[d] There may be a better way to do it though!

#
[Trevor_Morris] https://codepen.io/cbracco/pen/kQmVGM uses position absolute which isn't great. min-height: calc(100vh-100px) or whatever height your footer is. Both of those need to know the height of your footer, though. Might be a technique with flexbox.
#
[Trevor_Morris] https://douiri.org/blog/fix-footer-bottom-css/
#
capjamesg[d] I like the line effect on the code snippets.

#
capjamesg[d] [artlung]++ great demo!

[snarfed] and sebbu joined the channel