You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
533 B
Plaintext

.containerR {
padding: 8px 6px;
height: 100%;
display: flex;
flex-direction: column;
.containerOne {
height: 30%;
display: flex;
1 month ago
margin-bottom: 10px;
gap: 10px;
.containerOneLeft{
1 month ago
background-color: white;
width:58%;
// margin-right: 12px;
}
.containerOneRight{
1 month ago
background-color: white;
width:42%;
}
}
.containerTwo{
flex: 1;
1 month ago
background-color: white;
}
}