increase cours page width
This commit is contained in:
parent
2a4ae9f273
commit
0f6f2f1fc4
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
@import "markdown.css";
|
||||
|
||||
:root {
|
||||
--max-width: 900px;
|
||||
}
|
||||
|
||||
main {
|
||||
max-width: var(--max-width);
|
||||
}
|
||||
|
||||
/* Filetree */
|
||||
aside {
|
||||
float: left;
|
||||
|
|
Loading…
Reference in a new issue