Merge pull request #17 from mtyton/feature/mobile_view_adjustment
Fixed card footer getting out of card spacepull/2/head
commit
2ce5cfcbcf
|
@ -5,7 +5,7 @@
|
|||
<div class="card-body p-0">
|
||||
<img src="{{item.main_image.url}}" class="img-fluid rounded mx-auto d-block" style="width: 10rem; height: 15rem;" alt="{{item.title}}">
|
||||
|
||||
<div class="card-footer row d-flex mt-3">
|
||||
<div class="card-footer row d-flex mt-3 m-0">
|
||||
<div class="col">
|
||||
<input type="number" id="quantity{{item.id}}" name="quantity" min="1" value="1" class="form-control form-control-sm">
|
||||
</div>
|
||||
|
|
Ładowanie…
Reference in New Issue