12 lines
113 B
CSS
12 lines
113 B
CSS
.h-card {
|
|
display: flex;
|
|
gap: 1rem;
|
|
align-items: center;
|
|
}
|
|
|
|
.u-photo {
|
|
width: 256px;
|
|
height: 256px;
|
|
}
|
|
|