Any feedbacks, reviews, suggestions appreciated:
My Random Quote Machine: Feedbacks, Reviews, Suggestions
My Random Quote Machine: Feedbacks, Reviews, Suggestions
0
kevcomedia
#2
Nice !
It’s weird that the box shrinks on wider screens though . Maybe you can remove the
col-md-6
, then remove the empty div.col-md-3
before it.
kevcomedia
#4
You can just settle for col-xs-12
. Then you’ll have to remove the empty <div>
before it.
As a side note, if you have to offset a column, use Bootstrap’s offset classes instead of making empty <div>
s.