Pug und CSS angepasst

This commit is contained in:
2025-08-12 13:55:52 +00:00
parent 52fb37517a
commit 7556c0792a
3 changed files with 53 additions and 128 deletions

View File

@@ -1,5 +1,48 @@
body { font-family: system-ui, sans-serif; padding: 20px; max-width:800px; margin:auto; }
input, button { font-size: 1rem; padding: 8px; margin: 2px; }
.card { border: 1px solid #ddd; padding: 12px; border-radius: 8px; margin-bottom: 12px; }
table { width:100%; border-collapse: collapse; }
th, td { text-align:left; padding:8px; border-bottom:1px solid #eee; }
body {
font-family: system-ui, sans-serif;
padding: 20px;
max-width: 800px;
margin: auto;
}
input, button {
font-size: 1rem;
padding: 8px;
margin: 2px;
}
.card {
border: 1px solid #ddd;
padding: 12px;
border-radius: 8px;
margin-bottom: 12px;
}
#result {
margin-top: 10px;
}
.controls {
margin-bottom: 8px;
}
.controls input {
width: 50px;
}
table {
width: 100%;
border-collapse: collapse;
}
th, td {
text-align: left;
padding: 8px;
border-bottom: 1px solid #eee;
}
.controls input#page,
.controls input#limit {
width: 50px;
margin-left: 10px;
}