Skip to content

Commit

Permalink
More layout
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoWinterhalter committed Oct 17, 2024
1 parent d1ad771 commit e0ed7d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pandoc/template.html4
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $endif$
<!-- Favicon -->
<link rel="icon" href="img/favicon.svg">
$if(author)$
<h1>$author$</h2>
<h1>$author$</h1>
$endif$
</head>
<body>
Expand Down
10 changes: 9 additions & 1 deletion website/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
--bg: #e3e7ed;
--headerbg: #bae5e5;
--headerbg: #cef1f1;
}

/*** GENERAL ***/
Expand Down Expand Up @@ -49,3 +49,11 @@ header p {
padding: 10px;
margin: 10px;
}

/*** MAIN ***/

main {
width: auto;
margin-top: 20px;
max-width: 1200px;
}

0 comments on commit e0ed7d5

Please sign in to comment.