Figured out Templatesflask --debug run People can now change code and upload it without needing a code editor.

This commit is contained in:
Norm Rasmussen
2023-03-10 17:59:16 -05:00
parent 43cdcff115
commit a435a66b81
7 changed files with 160 additions and 129 deletions

View File

@ -138,6 +138,12 @@ img {
width: 100%;
}
.instructions-left
.instructions-right {
display: flex;
align-items: center;
}
li {
display: block;
}
@ -206,7 +212,7 @@ li {
}
ul {
display: block;
text-align: left;
text-align: center;
}
/* 1.? - Card Layout in options.html only */