minor style adjustments

This commit is contained in:
kageru 2019-04-14 16:30:19 +02:00
parent 7409657c1e
commit 1d3ad7ad29
Signed by: kageru
GPG Key ID: 8282A2BEA4ADA3D2

View File

@ -44,7 +44,7 @@ body {
}
#main {
margin: 3em auto;
width: 70%;
width: 60%;
text-align: center;
}
#tbl {
@ -71,13 +71,14 @@ table tr:last-child td {
}
.second {
width:20%;
text-align: right;
}
footer {
position: fixed;
right: 0;
bottom: 0;
height: 20pt;
color: #666;
color: #888;
font-size: 8pt;
padding-bottom: 0.5em;
padding-right: 0.9em;