This commit is contained in:
zadit
2024-10-17 03:54:32 +07:00
parent 8f50909e1a
commit 45b958642b
5 changed files with 17 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
/* ItemLister.module.css */
.item-lister {
border-top: 1px solid #888;
width: 100%;
padding: 10px; /* Adjust padding as needed */
box-sizing: border-box; /* Ensure padding doesn't affect width */
@@ -28,7 +27,6 @@
height: calc(49vw - 20px);
}
.title-container {
display: flex;
align-items: center;