mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-23 01:39:40 +01:00
19 lines
213 B
CSS
19 lines
213 B
CSS
|
.results {
|
||
|
margin-top: 2rem;
|
||
|
}
|
||
|
|
||
|
.results h3,
|
||
|
.results p {
|
||
|
margin-bottom: 1rem;
|
||
|
}
|
||
|
|
||
|
.results p {
|
||
|
padding-left: 100px;
|
||
|
}
|
||
|
|
||
|
.results p span {
|
||
|
margin-left: -100px;
|
||
|
min-width: 100px;
|
||
|
display: inline-block;
|
||
|
}
|