initial creation

This commit is contained in:
2025-05-20 11:57:43 -04:00
commit c98b612926
8447 changed files with 1862526 additions and 0 deletions
@@ -0,0 +1,41 @@
/* 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;
}