Files
crab-webapp/public/css/style.css
2025-05-07 13:21:36 +02:00

15 lines
176 B
CSS

body {
font-family: sans-serif;
max-width: 600px;
margin: 2em auto;
}
fieldset {
margin-bottom: 1.5em;
padding: 1em;
}
button {
padding: 0.5em 1em;
}