nise/nise-frontend/src/app/home/home.component.css

19 lines
366 B
CSS
Raw Normal View History

2024-02-14 16:43:11 +00:00
.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 */
}
2024-03-04 19:34:21 +00:00
.main .subcontainer:nth-child(1) {
2024-02-14 16:43:11 +00:00
width: 70%;
margin-right: 10px;
}
2024-03-04 19:34:21 +00:00
.main .subcontainer:nth-child(2) {
2024-02-14 16:43:11 +00:00
width: 30%;
}
2024-03-04 19:34:21 +00:00
.subcontainer .term {
width: fit-content;
}