mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 17:33:18 +01:00
13 lines
145 B
CSS
13 lines
145 B
CSS
.content {
|
|
max-width: var(--max-width);
|
|
margin: auto;
|
|
}
|
|
|
|
.content p {
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.content a {
|
|
text-decoration: underline;
|
|
}
|