This commit is contained in:
zadit
2024-12-13 21:29:10 +07:00
parent 198d0b3053
commit b88b9ce7ba
18 changed files with 195 additions and 66 deletions

View File

@@ -38,7 +38,7 @@
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 22px;
font-size: 20px;
color: rgba(88, 55, 50, 1);
text-align: left;
width: calc(70% - 10px);
@@ -71,7 +71,6 @@
.item-list {
display: flex;
flex-direction: column; /* Display items in a column */
gap: 10px; /* Space between each item */
}
.border {