mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 17:33:18 +01:00
11 lines
92 B
CSS
11 lines
92 B
CSS
.result {
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.result:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.amount {
|
|
}
|