loogart / impact-canada

Canadian Government's Privy Council's Office Impact Canada website.
https://loogart.github.io/impact-canada/
0 stars 0 forks source link

User login page styling #33

Closed loogart closed 5 years ago

loogart commented 5 years ago

Quick flex box fix to center and add padding.

Add the following css properties to the div.region-content

display: flex;
flex-direction: column;
align-items: center;
padding: 2em;
@media (max-width:767px){
        align-items: inherit
}
djsutter commented 5 years ago

Done (early)

loogart commented 5 years ago

Just realized that the css for the .region-content affects all pages! We must revert (sorry). Can we add a container around the login page or something to center it?

screen shot 2018-12-18 at 9 22 03 pm
djsutter commented 5 years ago

Fixed!