bigscreen style fixed
This commit is contained in:
@@ -39,8 +39,6 @@ $theme-color: #23ECFD;
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
//display: grid;
|
|
||||||
//grid-template-columns: repeat(2, 1fr);
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
@@ -50,9 +48,8 @@ $theme-color: #23ECFD;
|
|||||||
.summary19-item {
|
.summary19-item {
|
||||||
width: 48%;
|
width: 48%;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 3fr 1fr;
|
grid-template-columns: 2fr 1fr;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
//justify-content: space-between;
|
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
|||||||
Reference in New Issue
Block a user