refactoring the footer

This commit is contained in:
Huy Tran 2018-01-23 10:02:05 +07:00
parent 514e9a167f
commit cf95cacd15
10 changed files with 193 additions and 153 deletions

View file

@ -29,10 +29,10 @@ html, body {
}
pre {
padding: 2px;
padding: 1px;
tab-size: 2;
}
pre > code {
pre, code {
font-family: monospace;
}
}