We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the flexbox can start on the div after the headline. h1s and h2 are block elements and will be on a newline
etc-
learning is similar ... can be regular div and then flexbox starts on div under headline. flex-wrap as you have it
https://github.com/drum-IT/colmar/blob/master/resources/css/style.css#L242
The text was updated successfully, but these errors were encountered: