• O
    Use CSS flexbox for Guides index menu · 06841343
    Olivier Lacan 提交于
    This notably allows us to tile each category without pushing the page down vertically
    as much as we previously did on any viewport wider than mobile sizes.
    
    It also means we can fit more guides which will become useful in the future since
    we have several new guides in the work.
    
    Finally the new layout allows three clearly distinct columns to emerge:
    - Start Here and Rails basics: Models, Views, Controllers, Other Components
    - Digging Deeper, Extending Rails, Contributing, Maintenance
    - Release Notes
    
    Having Release Notes shoot back up to the top of the third column is great
    because that makes finding the latest released version and its associated
    release notes much easier without having to scroll down a bunch.
    
    [ci skip]
    06841343
main.css 15.4 KB