reponsive: checkout info

This commit is contained in:
unknown
2021-09-10 13:50:24 +07:00
parent 0947b79830
commit c712d66fa5
9 changed files with 108 additions and 16 deletions

View File

@@ -1,11 +1,18 @@
.warpper {
max-width: 56.3rem;
padding: 3.2rem;
@apply flex justify-between flex-col border-l-2 border-solid border-line;
padding: 3.2rem;
min-width: 100%;
@screen lg {
max-width: 56.3rem;
@apply flex justify-between flex-col border-l-2 border-solid border-line;
}
.title {
display: none;
font-weight: bold;
font-size: 2rem;
line-height: 2.8rem;
@screen md {
display: block;
}
}
.list {
min-height: 52.8rem;