added vanilla web site

This commit is contained in:
Ryan Peters
2022-09-15 07:08:53 -04:00
parent 201eb8053a
commit 178c171e98
76 changed files with 74331 additions and 1 deletions

View File

@ -0,0 +1,18 @@
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}