wip
This commit is contained in:
@@ -7,6 +7,15 @@
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 15% 1fr;
|
grid-template-columns: 15% 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 500px) {
|
||||||
|
.loan-history-container {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
#loan-history-item-container {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="loan-history-container">
|
<div class="loan-history-container">
|
||||||
|
|||||||
Reference in New Issue
Block a user