remove some unnecessary styles to reply on /import

This commit is contained in:
Lewis Wynne 2026-05-01 01:58:39 +01:00
parent c126db3a5b
commit c9b02a217d

View file

@ -6,17 +6,6 @@
<title>{{title}}</title> <title>{{title}}</title>
<link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/style.css">
<style> <style>
body {
margin: 0;
line-height: 1.5;
}
.page-container {
max-width: 70ch;
padding: 1rem;
word-wrap: break-word;
}
.guestbook-prompt { .guestbook-prompt {
display: block; display: block;
margin-bottom: 1em; margin-bottom: 1em;
@ -128,10 +117,6 @@
height: 2em; height: 2em;
} }
.entries dt:not(:first-child) {
margin-top: 0.5rem;
}
.entry-name { .entry-name {
font-weight: bold; font-weight: bold;
} }