Skip to content

Commit

Permalink
product page responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
inlancersystem4 committed Nov 1, 2023
1 parent cae3cd5 commit a49f5dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions assets/css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,17 @@
max-width: 150px;
}

.product-list .inventory{
.product-list .inventory {
min-width: 210px;
max-width: 210px;
}

.product-list .blank-section{
.product-list .blank-section {
min-width: 10px;
max-width: 10px;
}

.product-list .row-status{
.product-list .row-status {
min-width: 200px;
max-width: 200px;
}
Expand Down Expand Up @@ -402,10 +402,14 @@

.table-footer {
padding: 16px 16px 0;
flex-wrap: wrap;
}

.table-pagination {
gap: 12px;
width: 100%;
justify-content: space-between;
padding: 0 12px;
}


Expand Down
4 changes: 2 additions & 2 deletions products.html
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ <h5 class="user-name">Tekla Fabrics</h5>
<p class="text-large_semibold color-Grey_40 cursor-pointer">Collections</p>
</div>

<div class="w-100 display-flex align-center justify-between gap-8px margin-top_16px">
<div class="w-100 display-flex align-center justify-between gap-8px margin-top_16px Md_flex-column Md_align-end">

<div class="display-flex align-stretch gap-8px">

Expand All @@ -442,7 +442,7 @@ <h5 class="user-name">Tekla Fabrics</h5>



<div class="display-flex align-center gap-8px">
<div class="display-flex align-center gap-8px Md_flex-wrap-reverse Md_align-end Md_justify-end">


<div class="search-wrraper w-100">
Expand Down

0 comments on commit a49f5dc

Please sign in to comment.