Files
courses/bsawf/07-blueprints-and-jinja-2-templates/snakeeyes/static/styles/main.css
T
2025-05-20 11:57:43 -04:00

42 lines
584 B
CSS

/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
padding-top: 50px;
padding-bottom: 20px;
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
padding-top: 10px;
border-top: 1px solid #e9e9e9;
height: 60px;
}
/* Margin and padding
-------------------------------------------------- */
.lg-margin-bottom {
margin-bottom: 60px;
}
.lg-margin-top {
margin-top: 60px;
}
.md-margin-top {
margin-top: 40px;
}
.sm-margin-top {
margin-top: 20px;
}