diff --git a/style.css b/style.css index 9b4a214..75e6c47 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,3 @@ body { max-width: 90ch; margin: auto } -label > span { min-width: 15ch; display:block } \ No newline at end of file +label > span { width: 15ch; display:block; float:left; text-align:right; padding:1ch } \ No newline at end of file