diff --git a/bag.html b/bag.html index 34c980e..ce44d0b 100644 --- a/bag.html +++ b/bag.html @@ -49,7 +49,7 @@
Item | Qty | Item Price | @@ -57,9 +57,9 @@
---|---|---|
![]()
+ Fashione Shoes Size : 8 Qty : 1 @@ -70,7 +70,7 @@ | ||
![]()
+ Fashione Shoes Size : 8 Qty : 1 @@ -81,7 +81,7 @@ | ||
![]()
+ Fashione Shoes Size : 8 Qty : 1 @@ -96,7 +96,7 @@
- Order Summary+Order SummarySub Total diff --git a/stylebag.css b/stylebag.css index 0461d02..182b4f9 100644 --- a/stylebag.css +++ b/stylebag.css @@ -58,6 +58,15 @@ display: flex; } +.info{ + margin-left: 30px; +} +.titlesummary{ + text-align: center; + border-bottom: 1px solid white; + margin: 10px; +} + @media only screen and (max-width: 1000px){ .full-body{ display: grid !important; @@ -69,14 +78,27 @@ } -@media (max-width: 450px){ +@media (max-width: 600px){ .full-body{ - font-size: x-small ; + font-size: 5px ; } .img{ - width: 40px; - height: 40px; + width: 30px; + height: 30px; + } + .info{ + margin-left: 5px; + } + .titletr{ + word-break: keep-all; + } + .titletrdes{ + word-break: break-all; + } + .titlesummary{ + font-size: 8px; + } } |