9 lines
75 B
CSS
9 lines
75 B
CSS
.parameter {
|
|
display: flex;
|
|
gap: 10px;
|
|
}
|
|
|
|
.op {
|
|
font-weight: bold;
|
|
}
|