diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-23 22:30:15 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-23 22:30:15 +0700 |
commit | 2f7bf859ff144e629be0868384a6c9a73270e1b5 (patch) | |
tree | fd543f824e5a337e1d96f700a2395c1e65901507 | |
parent | e8ecc7774a0b29a0dcc91f2b4a0e37cad87a5bb1 (diff) | |
download | blog-2f7bf859ff144e629be0868384a6c9a73270e1b5.tar.gz |
Make it looks nicer for long fields
-rw-r--r-- | static/css/custom.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index 2e05070..bce3998 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -88,7 +88,7 @@ dl.data { dl.data dt { float: left; clear: left; - width: 100px; + max-width: 40%; text-align: right; font-weight: bold; } |