Merge pull request #37591 from Jerome-Herbinet/patch-19

pull/37617/head
John Molakvoæ 2023-04-06 10:24:17 +07:00 committed by GitHub
commit 6fa55de280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -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 {