feat: make styling infinitely better

This commit is contained in:
2024-11-24 20:37:46 -05:00
parent de2bd63927
commit a7b11a0f07
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
body { body {
width: 100%; width: 100%;
margin: 0; padding: 2ch;
line-height: var(--line-height); line-height: var(--line-height);
max-width: 100ch; max-width: 100ch;
} }

View File

@@ -9,7 +9,7 @@
</head> </head>
<body> <body>
{{ template "content" .}} {{ template "content" .}}
<!-- <div id="grid"></div> --> <div id="grid"></div>
</body> </body>
<footer> <footer>
Website design inspired by and shamelessly stolen from <a href="https://owickstrom.github.io/the-monospace-web/">The monospace web </a> Website design inspired by and shamelessly stolen from <a href="https://owickstrom.github.io/the-monospace-web/">The monospace web </a>