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