No edit summary |
No edit summary |
||
| Line 41: | Line 41: | ||
} | } | ||
} | |||
.bp-section-heading{ | |||
font-size:18px; | |||
font-weight:600; | |||
margin:42px 0 18px; | |||
color:#111827; | |||
} | } | ||
Latest revision as of 15:54, 25 May 2026
.bp-question-layout{
display:grid;
grid-template-columns:
minmax(0,1fr) 320px;
gap:24px;
align-items:start;
}
.bp-question-main{
min-width:0;
}
.bp-question-sidebar-wrap{
position:relative;
top:auto;
}
@media screen and (max-width:1100px){
.bp-question-layout{
grid-template-columns:1fr;
}
.bp-question-sidebar-wrap{
position:relative;
top:auto;
}
}
.bp-section-heading{
font-size:18px;
font-weight:600;
margin:42px 0 18px;
color:#111827;
}