Commit 4b40d24567be2cc1431b2cf50b0e24611a49698f

Included media querie for .row class
  
101101{
102102margin-left:10%;
103103margin-right:10%;
104max-width:84%;
104width:84%;
105105 }
106.container
107{
106.container{
108107max-width:88%;
109108 }
109@media only screen
110and (min-width:320px)
111and (max-width:480px)
112{.row
113{
114margin-left:0px;
115margin-right:0px;
116 }
117 }
118@media only screen
119and (min-width:1224px)
120{.row
121{
122margin-left:10%;
123margin-right:10%;
124 }
125}
110126/*
111127 * Remove the gap between images, videos, audio and canvas and the bottom of
112128 * their containers: h5bp.com/i/440