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

15 lines
303 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 */
}
.main .term:nth-child(1) {
width: 70%;
margin-right: 10px;
}
.main .term:nth-child(2) {
width: 30%;
}