Skip to content

Commit

Permalink
feat(curing): adjust style
Browse files Browse the repository at this point in the history
  • Loading branch information
shihyuchou621 committed Aug 29, 2023
1 parent 5376f64 commit c41f764
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions app/styles/curing.css
Expand Up @@ -21,7 +21,7 @@
}

.cp-right-block {
@apply mx-[30px] inline-block w-fit pt-[40px] text-[#857162];
@apply ml-[30px] inline-block w-fit pt-[40px] text-[#857162];
}

.cp-title {
Expand All @@ -37,7 +37,7 @@

.cp-title-text {
right: 30px;
width: 400px;
width: 420px;
text-align: center;
position: absolute;
margin: auto;
Expand All @@ -54,7 +54,7 @@
.cp-title-content-m {
right: 0;
width: 400px;
font-size: 30px;
font-size: 36px;
position: absolute;
text-align: center;
}
Expand Down Expand Up @@ -148,7 +148,7 @@ td {
}

.cp-main-titleS {
@apply text-[60px] leading-[80px];
@apply text-[50px] leading-[80px];
}

@media (max-width: 1024px) {
Expand All @@ -159,6 +159,10 @@ td {
margin-left: auto;
margin-right: auto;
}
table {
width: fit-content;
max-width: 500px;
}
}

@media (max-width: 640px) {
Expand Down

0 comments on commit c41f764

Please sign in to comment.