diff options
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css index 877bdde..f522bff 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -495,6 +495,14 @@ tr.delete-marked td { background: rgba(192,57,43,.08); } } .pool-label { color: #c8a84a; font-weight: 500; } +.new-person-hero { + display: flex; flex-direction: column; align-items: flex-start; + margin-bottom: 16px; +} +.new-person-hero .face-detail-thumb img { + width: 140px; height: 140px; border-radius: 8px; +} + .face-detail-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(116px, 1fr)); |
