diff --git a/tpl/css/style.css b/tpl/css/style.css index 25f4227..819edef 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css @@ -11,6 +11,7 @@ fieldset { table { margin: auto; text-align: center; + max-width: 100%; } table td, table th { @@ -30,6 +31,10 @@ h2 { border-left: none; } +input[type="checkbox"] { + margin-left: 2em; +} + .center { text-align: center; }