Jieiku / abridge

Fast & Lightweight Zola Theme
https://abridge.pages.dev/
MIT License
166 stars 44 forks source link

Site description appears to be out of order on mobile #156

Closed ghost closed 10 months ago

ghost commented 10 months ago

Screenshot_20231113-070432

Let me know if you need anything else from me! Thanks for the great theme.

Jieiku commented 10 months ago

Thank you very much for the report, does not look right to me either. The reason is because of the way the flex wrap works. Technically the sitedesc is the lowest item in the site source, so when it wraps it is still the lowest item.

The sitedesc could possibly be moved into the logo div, it would then stick to the bottom of the logo on wrap, but the sitedesc would also wrap even in desktop view instead of using the full width of the page as it does now.

Mobile views often hide or omit certain things to make more efficient use of the smaller screen, so this is what I have opted to do. Similar to what I do for the recent posts block: https://github.com/Jieiku/abridge/commit/1bb2b991201b58289a88afaa1588a8890f194bfe