explorer
explorer copied to clipboard
mobile view not rendering correctly on smartphones (with solution)

adding meta(name='viewport', content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0') to views/layout.pug (within the head section) turns it into the below correct rendition.
