diff --git a/themes/anatole/layouts/partials/head.html b/themes/anatole/layouts/partials/head.html
index be2d6822..ec9572ba 100644
--- a/themes/anatole/layouts/partials/head.html
+++ b/themes/anatole/layouts/partials/head.html
@@ -1,5 +1,5 @@
- {{.Site.Params.author}} | {{.Title}}
+ {{.Title}}
{{- hugo.Generator -}}
diff --git a/themes/anatole/static/css/style.css b/themes/anatole/static/css/style.css
index ef0cd0cb..70307789 100644
--- a/themes/anatole/static/css/style.css
+++ b/themes/anatole/static/css/style.css
@@ -149,7 +149,7 @@ a:hover, a:active {
left:30%;
height: 100%;
float: right;
- width: 70%;
+ width: 80%;
margin-top: 60px;
overflow:auto;
-ms-overflow-style:none;
@@ -773,7 +773,7 @@ a.btn {
}
.about, .post{
- width:90%;
+ width:95%;
margin-left:15px;
}
.footer {