ok
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
/* 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 */
|
||||
white-space: break-spaces;
|
||||
}
|
||||
|
||||
.item-lister:last-child {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.fullscreen {
|
||||
position: fixed; /* Keep the container fixed */
|
||||
top: 0; /* Adjust the top position as needed */
|
||||
@@ -30,6 +28,7 @@
|
||||
height: calc(49vw - 20px);
|
||||
}
|
||||
|
||||
|
||||
.title-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user