adjust bag, checkout and product page

This commit is contained in:
dshrat 2021-09-24 15:48:45 +07:00
parent f987a9580a
commit cf022b0ea9
3 changed files with 9 additions and 9 deletions

View file

@ -79,7 +79,7 @@
}
.bag {
word-break: break-all;
word-break: normal;
}
}
</style>

View file

@ -54,7 +54,6 @@
color: white;
width: 30%;
height: 100%;
}
@ -148,7 +147,7 @@
}
.titletrdes {
word-break: break-all;
word-break: normal;
}
.titlesummary {
@ -338,7 +337,7 @@
</div>
<div class="body-right" style="margin-left: 48px;">
<div class="card" style="background-color: #212226 ; border-radius: 20px; padding: 30px;">
<div class="card" style="background-color: #212226 ; border-radius: 20px; padding: 20px;">
<h3>SHIPPING DETAILS</h3>
<p>Please enter your delivery address</p>
<form style="border-top: 1px solid white;">

View file

@ -31,6 +31,7 @@
display: flex;
justify-content: left;
text-align: left;
word-break: normal;
}
.description {
@ -120,7 +121,7 @@
.description {
margin-left: 0px;
word-break: break-all;
word-break: normal;
}
}
@ -202,7 +203,7 @@
}
.titlee {
font-size: 20px;
font-size: 17px;
}
}
</style>
@ -263,9 +264,9 @@
<div class="sizeSepatu">
<form>
<h4>Sizes</h4>
<input name="size" type="radio"> 7 &emsp; &emsp;
<input name="size" type="radio"> 8 &emsp; &emsp;
<input name="size" type="radio"> 9 &emsp; &emsp;
<input name="size" type="radio"> 7 &emsp;
<input name="size" type="radio"> 8 &emsp;
<input name="size" type="radio"> 9 &emsp;
</form>
</div>