commit aa771e6

0uppy  ·  2026-05-11 14:28:03 +0000 UTC
parent eda5cb6
templates: added some padding to the sidebar so things aren't so cluttered, looks better now me thinks
2 files changed,  +6, -0
+3, -0
 1@@ -5,6 +5,9 @@
 2     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 3     <title>{{ .Title }}</title>
 4     <meta name="description" content="{{ .Description }}">
 5+		<style>
 6+  			td { padding: 0.5em 1em; }
 7+		</style>
 8   </head>
 9   <body>
10     <p>{{ .Title }} | words words words words words</p>
+3, -0
 1@@ -5,6 +5,9 @@
 2     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 3     <title>{{ .Title }}</title>
 4     <meta name="description" content="{{ .Description }}">
 5+		<style>
 6+  			td { padding: 0.5em 1em; }
 7+		</style>
 8   </head>
 9   <body>
10     <p>{{ .Title }} | words words words words words</p>