Add Web UI for the SMS Site

This commit is contained in:
2021-12-30 22:12:06 -08:00
parent 42b293ed81
commit 74001ae291
81 changed files with 74474 additions and 2 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;
}