masakudamatsu / colmar_academy

0 stars 0 forks source link

Fix the guest lecture section's width when the screen is very wide. #11

Closed masakudamatsu closed 6 years ago

masakudamatsu commented 6 years ago
issue11

Over 1320px width, the last of the .read-more class sections in the information section gets wider than the above two. Google DevTools show that the first two somehow gets narrower than their container's width.

masakudamatsu commented 6 years ago

It turns out that the align-items: center (& flex-direction: column) caused this problem. We've removed this declaration so that the each flex item stretches horizontally.