nise/nise-frontend/src/app/home/home.component.css
2024-03-04 20:34:21 +01:00

19 lines
366 B
CSS

.main.term {
/* Add some padding or margins as needed for aesthetics */
padding: 20px;
box-sizing: border-box; /* Includes padding and border in the element's total width and height */
}
.main .subcontainer:nth-child(1) {
width: 70%;
margin-right: 10px;
}
.main .subcontainer:nth-child(2) {
width: 30%;
}
.subcontainer .term {
width: fit-content;
}