Work on the config and setup

This commit is contained in:
Scott Idem
2023-05-24 22:16:26 -04:00
parent a25978cf6f
commit 29111e8dce
9 changed files with 1946 additions and 10 deletions

28
app/style.current.css Normal file
View File

@@ -0,0 +1,28 @@
body {
/* min-height: 100%;
height: 100%;
max-height: 100%; */
/* margin: .1em;
padding: .1em; */
}
section#Main-Body {
/* outline: solid thin red; */
/* min-height: 100%;
height: 100%;
max-height: 100%; */
}
section#Main-Nav-Menu {
/* min-height: 100%;
height: 100%;
max-height: 100%; */
}
section#Main-Content {
/* min-height: 100%;
height: 100%;
max-height: 100%; */
}