minor adjustments
This commit is contained in:
parent
5c9094390f
commit
fd3c4cc3af
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user