mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 22:18:13 +02:00
15 lines
176 B
CSS
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;
|
|
}
|