diff --git a/_layouts/default.html b/_layouts/default.html
index bace62e..76b83c7 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -27,12 +27,13 @@
Thésard au Ceremade — Université Paris-Dauphine
- Hosted on GitHub Pages — Theme by mattgraham,
- powered by Jekyll
-
{{ content }}
+
+ Hosted on GitHub Pages — Theme by mattgraham,
+ powered by Jekyll
+
diff --git a/stylesheets/styles.css b/stylesheets/styles.css
index 1af1fdd..a834c37 100644
--- a/stylesheets/styles.css
+++ b/stylesheets/styles.css
@@ -796,7 +796,7 @@ section {
section #title {
border: 0;
outline: none;
- margin: 0 0 50px 0;
+ margin: 0;
padding: 0 0 5px 0;
}
section #title h1 {
@@ -813,32 +813,32 @@ section #title p {
font-size: 18px;
text-align: center;
}
-section #title .credits {
+section .credits {
font-size: 11px;
font-family: 'OpenSansRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
color: #696969;
margin-top: -10px;
}
-section #title .credits.left {
+section .credits.left {
float: left;
}
-section #title .credits.right {
+section .credits.right {
float: right;
}
@media print, screen and (max-width: 720px) {
- #title .credits {
+ .credits {
display: block;
width: 100%;
line-height: 30px;
text-align: center;
}
- #title .credits .left {
+ .credits .left {
float: none;
display: block;
}
- #title .credits .right {
+ .credits .right {
float: none;
display: block;
}