Re: [css-d] Flex issue/question

2019-03-05 Thread Tom Livingston
Ran into one issue with this. If, on desktop, the amount of content in "two" is more than "one", "three" gets pushed down and stays below "two". I played with align-items and align-content but was unsuccessful in stopping it from happening. On Tue, Mar 5, 2019 at 4:54 AM Vince Aggrippino wrote:

Re: [css-d] Flex issue/question

2019-03-05 Thread Tom Livingston
Super! Thanks so much! Still wrapping my head around flex's abilities... On Tue, Mar 5, 2019 at 4:54 AM Vince Aggrippino wrote: > On Sat, Mar 2, 2019 at 4:55 AM Tom Livingston wrote: > > > > Hello listers, > > > > Is it possible to do the following with flexbox? > > > > mobile (just a stack, no

Re: [css-d] Flex issue/question

2019-03-05 Thread Vince Aggrippino
On Sat, Mar 2, 2019 at 4:55 AM Tom Livingston wrote: > > Hello listers, > > Is it possible to do the following with flexbox? > > mobile (just a stack, no flex yet): > 1 > 2 > 3 > > desktop (two-column with different order): > 2 1 > 3 > > Struggling with this... > TIA @media (