20 lines
303 B
CSS
20 lines
303 B
CSS
.__PFX__-bn2 {
|
|
display:flex;
|
|
gap:12px;
|
|
margin:16px;
|
|
}
|
|
.__PFX__-bn2-img {
|
|
width:40%;
|
|
height:100px;
|
|
object-fit:cover;
|
|
border-radius:10px;
|
|
}
|
|
.__PFX__-bn2-info h2 {
|
|
font-size:18px;
|
|
color:var(--primary-color);
|
|
}
|
|
.__PFX__-bn2-info p {
|
|
font-size:13px;
|
|
color:#666;
|
|
}
|