bigscreen style fixed
This commit is contained in:
@@ -46,8 +46,10 @@ $theme-color: #23ECFD;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.summary19-item {
|
.summary19-item {
|
||||||
display: flex;
|
display: grid;
|
||||||
|
grid-template-columns: 4fr 1fr 20px;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
|
//justify-content: space-between;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
@@ -66,10 +68,6 @@ $theme-color: #23ECFD;
|
|||||||
color: white;
|
color: white;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:nth-of-type(2n) {
|
|
||||||
justify-self: flex-end;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user