aboutsummaryrefslogtreecommitdiff
path: root/picarones-elm/document.css
diff options
context:
space:
mode:
Diffstat (limited to 'picarones-elm/document.css')
-rw-r--r--picarones-elm/document.css26
1 files changed, 24 insertions, 2 deletions
diff --git a/picarones-elm/document.css b/picarones-elm/document.css
index e4379b6..7ec32ce 100644
--- a/picarones-elm/document.css
+++ b/picarones-elm/document.css
@@ -70,9 +70,31 @@ button.pressed {
color: #eee;
}
+.input-form {
+ max-width: 44em;
+ margin: auto;
+}
+.grid {
+ display: grid;
+ grid-column-gap: 2em;
+ grid-template-columns: 40% 60%;
+ text-align: left;
+ margin-top: 3em;
+}
+.gridentry {
+ display: inline-grid;
+ align-content: center;
+ text-align: right;
+}
+a {
+ color: #fb0;
+}
-
-
+.remark {
+ text-align: justify;
+ margin-top: 3em;
+ color: #bbb;
+}