Style fixes
This commit is contained in:
@@ -1,8 +1,29 @@
|
|||||||
body {
|
body {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
|
font-size: 13px;
|
||||||
padding: 50px;
|
padding: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
h1, h2, h3 {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2, h3 {
|
||||||
|
color: #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
header, #content, footer {
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
hr {
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
<hr>
|
<footer>
|
||||||
|
<hr>
|
||||||
<p>
|
|
||||||
Copyright © {{ now.Format "2006" }} David Eisinger
|
Copyright © {{ now.Format "2006" }} David Eisinger
|
||||||
</p>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user