aboutsummaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/style.css b/style.css
index 96368ff..bf0295e 100644
--- a/style.css
+++ b/style.css
@@ -55,6 +55,20 @@ span#error {
color: red;
}
+fieldset {
+ display: flex;
+ align-items: center;
+ flex-wrap: wrap;
+}
+
+pre {
+ white-space: pre-wrap;
+}
+
+details summary {
+ cursor: pointer;
+}
+
footer {
text-align: center;
}