UI : Improved presentation of personal information

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
Jérôme Herbinet 2023-04-05 12:00:07 +02:00 committed by GitHub
parent 5063b76c8a
commit c46716b55c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,6 +89,7 @@ select {
padding: 20px;
max-width: 1700px;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-column-gap: 10px;
.section {
padding: 10px 10px;
@ -97,6 +98,12 @@ select {
h2 {
margin-bottom: 12px;
}
h3 {
> label {
font-weight: bold;
}
}
}
.personal-info {