This commit is contained in:
parent
8992c743cf
commit
ef1e79f93c
|
@ -1387,10 +1387,12 @@ const getData = () => {
|
||||||
}
|
}
|
||||||
.ageGroupone {
|
.ageGroupone {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
.btList {
|
.btList {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
margin-right: 8px;
|
||||||
.btListding {
|
.btListding {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -1406,7 +1408,7 @@ const getData = () => {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
span:nth-child(3) {
|
span:nth-child(3) {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
|
|
Loading…
Reference in New Issue