Initial push

This commit is contained in:
2025-08-25 19:13:59 -04:00
parent 6a2ac61694
commit 181308662f
62 changed files with 2360 additions and 2 deletions

18
_sass/wrapper.scss Normal file
View File

@@ -0,0 +1,18 @@
@charset "utf-8";
.wrapper-main, .wrapper-header, .wrapper-footer {
width: 100%;
margin: 0 auto;
max-width: 900px;
}
/* Sticky Footer */
.wrapper {
min-height: calc(100vh - 40px);
}
.wrapper-footer {
height: 40px
}
/* End Sticky Footer */