minor adjustments

This commit is contained in:
Evert Prants 2022-08-30 21:21:57 +03:00
parent 5c9094390f
commit fd3c4cc3af
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
3 changed files with 13 additions and 0 deletions

View File

@ -1,9 +1,11 @@
.clientCard {
display: flex;
flex-direction: row;
border-radius: 8px;
gap: 1rem;
padding: 0.5rem;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
.pictureWrapper {
overflow: hidden;
}

View File

@ -1,9 +1,11 @@
.userCard {
display: flex;
flex-direction: row;
border-radius: 8px;
gap: 1rem;
padding: 0.5rem;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
.pictureWrapper {
overflow: hidden;
}

View File

@ -26,6 +26,15 @@ h5 {
margin-top: 0;
}
dl {
margin-top: 0.5rem;
dt {
font-weight: 600;
margin-top: 0.5rem;
}
}
@media (prefers-color-scheme: dark) {
html {
color-scheme: dark;