diff --git a/output/tags.html b/output/tags.html
index f7e3f96..493d365 100644
--- a/output/tags.html
+++ b/output/tags.html
@@ -12,6 +12,7 @@
diff --git a/output/theme/css/main.css b/output/theme/css/main.css
index c99d09f..e9f93c2 100644
--- a/output/theme/css/main.css
+++ b/output/theme/css/main.css
@@ -14,6 +14,11 @@ h2 {
line-height: initial;
}
+#site-subtitle {
+ text-align: center;
+ font-size: 1em;
+}
+
#flex-container {
display: flex;
flex-direction: row;
@@ -25,6 +30,9 @@ h2 {
max-width: 50%;
font-size: 1.5em;
line-height: 35px;
+
+ text-align: justify;
+ text-justify: auto;
}
#about {
@@ -42,15 +50,18 @@ nav {
line-height: 35px;
}
+footer {
+ padding: 50px;
+}
+
/* Responsive layout - makes a one column layout instead of a two-column layout */
-@media (max-width: 800px) {
+@media (max-width: 900px) {
#flex-container {
flex-direction: column;
}
#content {
max-width: 100%;
-
}
nav {
diff --git a/pelicanconf.py b/pelicanconf.py
index dff5e7d..271356b 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -1,6 +1,7 @@
AUTHOR = 'ravages'
SITENAME = 'ravages'
SITEURL = ''
+SITESUBTITLE = 'chroniques de luttes à la frontière franco-italienne'
PATH = 'content'
diff --git a/themes/ravages/static/css/main.css b/themes/ravages/static/css/main.css
index c99d09f..e9f93c2 100644
--- a/themes/ravages/static/css/main.css
+++ b/themes/ravages/static/css/main.css
@@ -14,6 +14,11 @@ h2 {
line-height: initial;
}
+#site-subtitle {
+ text-align: center;
+ font-size: 1em;
+}
+
#flex-container {
display: flex;
flex-direction: row;
@@ -25,6 +30,9 @@ h2 {
max-width: 50%;
font-size: 1.5em;
line-height: 35px;
+
+ text-align: justify;
+ text-justify: auto;
}
#about {
@@ -42,15 +50,18 @@ nav {
line-height: 35px;
}
+footer {
+ padding: 50px;
+}
+
/* Responsive layout - makes a one column layout instead of a two-column layout */
-@media (max-width: 800px) {
+@media (max-width: 900px) {
#flex-container {
flex-direction: column;
}
#content {
max-width: 100%;
-
}
nav {
diff --git a/themes/ravages/templates/base.html b/themes/ravages/templates/base.html
index 8032538..cdfa4cc 100644
--- a/themes/ravages/templates/base.html
+++ b/themes/ravages/templates/base.html
@@ -37,7 +37,8 @@