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.
Will head down that path, just wanted to check to see if there was a global way to do it first.For what it's worth... you can always use responsive queries to increase specific areas.
Code:@media (max-width: @xf-responsiveWide) { #XF .css-selector { font-size: 20px; } }