diff options
Diffstat (limited to 'frontend/static/style.css')
-rw-r--r-- | frontend/static/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/frontend/static/style.css b/frontend/static/style.css index 96b7c9b..e72df60 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -5,3 +5,17 @@ form { input[type="search"] { width: 100%; } + +dt::after { + content: ": "; +} + +dd { + margin-inline-start: 1rem; +} + +dl { + display: grid; + grid-template-rows: 100%; + grid-template-columns: max-content 1fr; +} |