Juguetear / juguetear-web

Web del proyecto de préstamo de juguetes adaptados, desarrollado desde el Taller de ayudas técnicas de APRILP.
https://juguetear-web.vercel.app/
GNU General Public License v3.0
61 stars 27 forks source link

[Refactor] Ajustar los estilos del componente Footer para Tablet #305

Closed nykka closed 1 year ago

nykka commented 1 year ago

¿Qué te gustaría agregar a este proyecto?

El footer no se ve bien en Tablet.

Image

Proponer una estructura nueva en la cual se solucione este problema. Una opción es organizar los links en dos columnas con el logo centrado arriba de estos.

Código de conducta y licencia.

alexxuss1996 commented 1 year ago

Hello, @nykka I implemented this component. One column on a tablet screen with a base font size is also not that bad and does not require changing the layout. What do you think? @nykka @TonyMckes @LPRegen image

TonyMckes commented 1 year ago

What do you think?

@alexxuss1996, one column is definitely better than what we have now, but we were thinking it may look weird when there are more than six links (keep in mind, admins will be able to add external URLs to the footer from Sanity)

alexxuss1996 commented 1 year ago

Another variant is something like that: image This becomes possible with CSS columns property. Though, it's not working with flex container. Please, can you assign me to this issue?

TonyMckes commented 1 year ago

Sure! :rocket:

alexxuss1996 commented 1 year ago

Sure! 🚀

Ok.