fixed false column length
This commit is contained in:
@@ -60,7 +60,7 @@ h1 = title t('.title_html')
|
|||||||
}).on('typeahead:selected', function(event, datum) {
|
}).on('typeahead:selected', function(event, datum) {
|
||||||
$("#supporter_city").val(datum.city);
|
$("#supporter_city").val(datum.city);
|
||||||
});
|
});
|
||||||
.col-md-4.col-xs-12
|
.col-md-5.col-xs-12
|
||||||
.well
|
.well
|
||||||
/p.embed-responsive.embed-responsive-4by3
|
/p.embed-responsive.embed-responsive-4by3
|
||||||
iframe.embed-responsive-item src="https://www.youtube.com/embed/NpS4ebEtLUE" frameborder="0" allowfullscreen=""
|
iframe.embed-responsive-item src="https://www.youtube.com/embed/NpS4ebEtLUE" frameborder="0" allowfullscreen=""
|
||||||
|
|||||||
Reference in New Issue
Block a user