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.
@media (max-width: @xf-responsiveMedium)
{
.xb-canvas .canvas-header .p-header-logo
{
margin-right: 0px;
}
.p-header-logo a
{
font-size: 16px;
}
}
@media (max-width: @xf-responsiveNarrow)
{
.p-nav-menuTrigger
{
width: 30px;
}
.p-header-logo a
{
font-size: 14px;
}
}