Commit 8ccd1ff20075f3f28bf6627165383a4aeb9e479c

Included media query to .row class
  
9797{
9898margin-top:-15px;
9999 }
100
100101.row
101102{
102103margin-left:10%;
103104margin-right:10%;
104width:84%;
105 }
106.container{
107max-width:88%;
108 }
105max-width:84%;
106 }
109107@media only screen
110and (min-width:320px)
111and (max-width:480px)
112{.row
108and(max-width:1224px)
113109{
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 }
110.container{
111max-width:80%;
125112}
113}
114
126115/*
127116 * Remove the gap between images, videos, audio and canvas and the bottom of
128117 * their containers: h5bp.com/i/440