summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css15
1 files changed, 1 insertions, 14 deletions
diff --git a/static/style.css b/static/style.css
index 5ffae4c..16a2072 100644
--- a/static/style.css
+++ b/static/style.css
@@ -55,7 +55,7 @@ body {
padding: 0;
}
-main, body > section, .reading-width {
+main, body > section, .reading-width, footer {
margin: 1rem auto;
padding-left: 1rem;
padding-right: 1rem;
@@ -146,19 +146,6 @@ header h1 {
}
/*
- * I would like a footer that sticks to the bottom if the page is too short,
- * but that seems difficult to implement.
- */
-footer {
- padding-left: 1rem;
- padding-right: 1rem;
-}
-footer p {
- margin-top: 0rem;
- margin-bottom: 1ex;
-}
-
-/*
* The table, the most important element in my site design...
*/
table {