Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.block--category .block-body.nodedual {
gap: 15px;
display: grid;
grid-template-columns: 1fr 1fr;
@media (max-width: @xf-responsiveWide)
{
grid-template-columns: 1fr;
}
}