mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
12 lines
161 B
CSS
12 lines
161 B
CSS
body {
|
|
margin: auto;
|
|
max-width: 50em;
|
|
}
|
|
|
|
#footer {
|
|
padding-top: 1em;
|
|
font-size: 70%;
|
|
color: gray;
|
|
text-align: center;
|
|
}
|