Board URL
@use "../abstracts/css-util";
.boardurl {
padding-block: 1.2rem;
width: 100%;
overflow: clip;
border-radius: 1.5rem;
&-heading {
font-size: 1.8rem;
line-height: 1.5;
white-space: nowrap;
}
&-link {
font-size: 1.8rem;
font-weight: 500;
color: #0268C1;
width: 100%;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.content-group {
display: flex;
gap: 3.2rem;
flex-direction: row;
align-items: center;
}
}