chore(style.css): adjust styles
This commit is contained in:
@@ -16,6 +16,7 @@ body {
|
|||||||
background-color: var(--ctp-base);
|
background-color: var(--ctp-base);
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
color: var(--ctp-text);
|
color: var(--ctp-text);
|
||||||
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fi {
|
.fi {
|
||||||
@@ -62,15 +63,13 @@ main {
|
|||||||
aside {
|
aside {
|
||||||
width: 20rem;
|
width: 20rem;
|
||||||
background-color: var(--ctp-base);
|
background-color: var(--ctp-base);
|
||||||
border-right: 2px solid var(--ctp-mantle);
|
border-right: 4px solid var(--ctp-mantle);
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 1rem;
|
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
padding: 1rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
header a {
|
header a {
|
||||||
|
|||||||
Reference in New Issue
Block a user