14 lines
202 B
SCSS
14 lines
202 B
SCSS
|
.h-card {
|
||
|
.u-url {
|
||
|
text-decoration: none;
|
||
|
color: inherit;
|
||
|
font-weight: bold;
|
||
|
display: inline-flex;
|
||
|
align-items: center;
|
||
|
gap: 0.5em;
|
||
|
}
|
||
|
.u-photo {
|
||
|
width: 3em;
|
||
|
border-radius: 100em;
|
||
|
}
|
||
|
}
|