mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 09:23:16 +01:00
16 lines
172 B
CSS
16 lines
172 B
CSS
.main,
|
|
.footer {
|
|
padding: 2rem;
|
|
max-width: var(--max-width);
|
|
margin: auto;
|
|
}
|
|
|
|
.title {
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.footer {
|
|
margin-top: 2rem;
|
|
font-size: 0.8rem;
|
|
}
|