[2024-10-12] Adding footer, minor fixes to Python
This commit is contained in:
parent
f1c63d0ecf
commit
7356b00de1
3 changed files with 37 additions and 25 deletions
|
@ -6,9 +6,10 @@ body {
|
|||
|
||||
div.content {
|
||||
width: 50%;
|
||||
height: auto;
|
||||
height: 100%;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
border: 1px solid var(--bg);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1440px) {
|
||||
|
@ -45,7 +46,7 @@ progress {
|
|||
}
|
||||
|
||||
div.left {
|
||||
border: 2px solid black;
|
||||
border: 2px solid var(--fg);
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
padding: 5px;
|
||||
|
@ -55,7 +56,7 @@ div.left {
|
|||
}
|
||||
|
||||
div.right {
|
||||
border: 2px solid black;
|
||||
border: 2px solid var(--fg);
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
padding: 5px;
|
||||
|
@ -63,3 +64,13 @@ div.right {
|
|||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
div.footer {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 5px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%; /* Need a specific value to work */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue