From f0ee46793df965cb0bfd1d329e5eeee69af90eaf Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Mon, 11 Oct 2021 13:03:58 -0400 Subject: [PATCH] update css --- css/application.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/application.css b/css/application.css index c03ca51..4449006 100644 --- a/css/application.css +++ b/css/application.css @@ -16,6 +16,11 @@ sub { font-style: italic; } +fieldset { + width: 30em; + margin-left: auto; + margin-right: auto; +} legend a { cursor: pointer; display: inline-block; @@ -26,4 +31,8 @@ legend a:last-of-type { } legend a.selected { color: blue; +} + +code { + line-height: initial; } \ No newline at end of file