Replies

Apr 11, 2018 7 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

i'm working on a responsive layout and everything's working fine, but the issue is this: since everything's width is variable, the treasure chest won't always be able to be full across each row, and there will be extra space on the right when this happens. you can see the wip of the profile here.

i was hoping there is a way to change the treasure items from being aligned to the left to being centered within the treasure div, so they don't look so askew when the rows aren't full. i feel like i've seen this done before, but i can't remember how. any advice?

Apr 11, 2018 7 years ago
Bug
User Avatar
Segfault

{ text-align: center; }

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Apr 11, 2018 7 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

thanks so much! i thought it was something simple like that :P

Please log in to reply to this topic.