More edits to main index
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user