scaffeinate / socify

:rocket: Socify is an open source social networking platform written in Ruby on Rails
http://socifyapp.herokuapp.com
GNU General Public License v2.0
375 stars 211 forks source link

Add Responsive meta tag for cross-device layout support, fixes #1 #2

Closed ghost closed 8 years ago

ghost commented 8 years ago

Pages optimized for a variety of devices must include a meta viewport element in the head of the document. A meta viewport tag gives the browser instructions on how to control the page's dimensions and scaling.

scaffeinate commented 8 years ago

Awesome :+1: