mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-23 01:39:40 +01:00
27 lines
316 B
CSS
27 lines
316 B
CSS
.content {
|
|
max-width: var(--max-width);
|
|
margin: auto;
|
|
}
|
|
|
|
.content p {
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.content a {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.content ul {
|
|
list-style-type: disc;
|
|
margin-left: 4rem;
|
|
}
|
|
|
|
.content ol {
|
|
list-style-type: decimal;
|
|
margin-left: 4rem;
|
|
}
|
|
|
|
.content li {
|
|
margin-bottom: 0.5rem;
|
|
}
|