summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_includes/footer.html2
-rw-r--r--static/css/style.css8
2 files changed, 9 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 2fb2174..5fab340 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,4 +1,5 @@
<footer>
+
<div id="footer">
<p id='copyright'>&copy; 2008 &ndash; present Franck Cuny // <a href="https://twitter.com/franckcuny">@franckcuny</a>
@@ -6,4 +7,5 @@
<a href='/about'>About</a> ]</p>
</div>
+
</footer>
diff --git a/static/css/style.css b/static/css/style.css
index 33b63ff..1aed439 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -46,7 +46,7 @@ ul.spaced li {
}
#footer p {
- width: 800px;
+ width: 720px;
margin: 0 auto;
margin-top: 2em;
text-align: center;
@@ -122,4 +122,10 @@ code {
margin-left: 0.2em;
text-align: justify;
}
+ div#footer {
+ width: 90%;
+ }
+ #footer p {
+ width: 90%;
+ }
}