tet
This commit is contained in:
parent
3affa30fa6
commit
bdf7ab65b0
1 changed files with 7 additions and 2 deletions
|
|
@ -23,10 +23,15 @@
|
||||||
.row {
|
.row {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
padding: 0 1rem;
|
padding: 1rem; /* Adjust padding as needed */
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-bottom: 1px solid #2d3748;
|
border-bottom: 1px solid #2d3748;
|
||||||
box-sizing: border-box;
|
}
|
||||||
|
|
||||||
|
/* Ensure the price text is right-aligned to match professional dashboards */
|
||||||
|
.row .price {
|
||||||
|
text-align: right;
|
||||||
|
font-family: monospace; /* Monospace keeps numbers stable */
|
||||||
}
|
}
|
||||||
|
|
||||||
.row:hover {
|
.row:hover {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue