Designer News
Where the design community meets.
Bristol, UK Front End Developer at Simpleweb Joined about 9 years ago via an invitation from Scott R.
It breaks for me from about 1820px up.
Easiest way to fix this would be to add overflow: hidden
to .proj-brief-wrapper
.
OR
You could use an nth-child selector to clear: left
on every odd instance of .static-proj-wrapper
(.static-proj-wrapper:nth-child(odd)
) , which would also make the min-height
property redundant too
Hope this helps :)
The work grid is a bit broken at larger screen sizes. You need to add some clearing on the proj-brief-wrapper
and that should fix it
Can confirm, does not work for me either!
heroku restart
I would highly recommend looking into Sass Maps further for colour. Erskine done an awesome article about how they use Sass Maps for colours, and it is something we have adopted
Not to worry chap!
I feel like you should also give credit to the original article from Erskine Design : http://erskinedesign.com/blog/friendlier-colour-names-sass-maps/
Designer News
Where the design community meets.
Designer News is a large, global community of people working or interested in design and technology.
Have feedback?
I was after the same end result, and used Fabricator. Actually, I ended up just using the actual NPM package that drives Fabricator instead and managed to achieve the output I was after.