Created by: MysticEarth
When using a <div class="span* offset*">
in a <div class="row-fluid">
it will flow out of the row on phones.
Adding a .row-fluid [class*="offset"]:first-child
on line 62 will fix this problem.
Created by: MysticEarth
When using a <div class="span* offset*">
in a <div class="row-fluid">
it will flow out of the row on phones.
Adding a .row-fluid [class*="offset"]:first-child
on line 62 will fix this problem.