diff --git a/views/agreement.hbs b/views/agreement.hbs index 0082cd0..0012e71 100644 --- a/views/agreement.hbs +++ b/views/agreement.hbs @@ -58,11 +58,12 @@ input[readonly] { grid-template-columns: auto 1fr; grid-column-gap: 20px; grid-row-gap: 1em; - justify-items: stretch; /* Edge does not stretch inputs inside grids by default */ } -.grid-form label { - display: block; /* this gives a fallback that displays reasonably in non-grid browsers */ +.explanation { + grid-column: 2; + margin-top: -1em; + color: #333; } .signature-section-container { @@ -202,6 +203,7 @@ input[type="submit"] {