Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

"home" sample page style fix #76

Open
peterankelein opened this issue Jul 27, 2016 · 1 comment
Open

"home" sample page style fix #76

peterankelein opened this issue Jul 27, 2016 · 1 comment

Comments

@peterankelein
Copy link

Sort of a non-issue but in the "home page" sample for the <div class="tech"></div> containers, you may want to remove the height property (or set its value to 'auto') from the styles or use some JS to equalize the heights of the boxes. Currently, the containers' heights are set to 15rem and any longer content flows outside of the container—at least this was the case with Angular2's text from the site I just scaffolded and checked in FF 47.

Removing the height property or setting it to 'auto' will fix the issue but the containers' heights will adjust based on their content. If you want the containers to all be the same height, you can use JS to determine the tallest container and set the others to match.

@BrianCortes
Copy link

@peterankelein I want to help with this issue 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants