You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
padding-top:40px; /* 40px to make the container go all the way to the bottom of the topbar */
}
footer {
padding-top:20px;
}
.container>footerp {
text-align: center; /* center align it with the container */
}
.container {
width:820px; /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 14 columns and not 16. */
}
/* The white background content wrapper */
.container> .content {
background-color:#fff;
padding:20px;
margin:0-20px; /* negative indent the amount of the padding to maintain the grid system */