Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#thesis doesn't need to be a flex-container #6

Open
elisementor opened this issue May 4, 2017 · 0 comments
Open

#thesis doesn't need to be a flex-container #6

elisementor opened this issue May 4, 2017 · 0 comments

Comments

@elisementor
Copy link

elisementor commented May 4, 2017

the flexbox can start on the div after the headline. h1s and h2 are block elements and will be on a newline

<div id="thesis">
    <h1>Thesis exhibits</h2>
    <div class="flex-content">                 <-- the flexbox class I used in earlier issue
       <div class="main-content">

etc-

learning is similar ... can be regular div and then flexbox starts on div under headline. flex-wrap as you have it


 <div id="learning">
    <h2>Start learning</h2>
    <div class="courses">

https://github.com/drum-IT/colmar/blob/master/resources/css/style.css#L242

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

No branches or pull requests

1 participant