Initial Commit.

New site in .NET 6 replacing .net framwk 4.8
This commit is contained in:
2022-07-27 16:02:36 -04:00
commit 6bc14b88c9
25 changed files with 1276 additions and 0 deletions
+18
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;
}