More edits to main index

This commit is contained in:
2026-01-31 11:35:24 -05:00
parent 24e8d9ef23
commit 622e62d4b4
2 changed files with 22 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ html {
color: var(--color-foreground);
}
.tui-box {
.tui-frame {
width: 100%;
height: auto;
padding: 20px;
@@ -24,7 +24,7 @@ html {
position: relative;
}
.tui-header {
.tui-frame-header {
position: absolute;
top: 0;
left: 25px;
@@ -33,7 +33,7 @@ html {
padding: 0 10px;
}
.tui-content p{
.tui-frame-content p{
font-size: 12pt;
margin: 15px 0 15px 0;
}