diff --git a/layouts/partials/article-item.html b/layouts/partials/article-item.html
index 7f62b43..bbd2c7f 100644
--- a/layouts/partials/article-item.html
+++ b/layouts/partials/article-item.html
@@ -1,5 +1,5 @@
-
+
{{ if isset .article.Params "images"}}
{{ if (fileExists (printf "assets/%s" (index .article.Params.images 0))) -}}
diff --git a/static/css/custom.css b/static/css/custom.css
index c7ceeda..19e7872 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -73,6 +73,7 @@ footer .menu {
.blog-article-title {
margin-bottom: 20px;
+ text-align: center;
}
.blog-article-image {
diff --git a/themes/lean/layouts/partials/head.html b/themes/lean/layouts/partials/head.html
index 3688095..147d4a1 100644
--- a/themes/lean/layouts/partials/head.html
+++ b/themes/lean/layouts/partials/head.html
@@ -27,8 +27,8 @@
{{ hugo.Generator }}
-
-
+
+
diff --git a/themes/lean/static/css/main.css b/themes/lean/static/css/main.css
index a954938..d61f0e9 100644
--- a/themes/lean/static/css/main.css
+++ b/themes/lean/static/css/main.css
@@ -380,7 +380,7 @@ header .col {
}
.list-group .row {
- margin-bottom: 20px;
+ margin-bottom: 40px;
}
.list-group .row h4 {
@@ -716,13 +716,18 @@ link {
@media screen and (max-width: 992px) {
body {
- padding-top: 60px;
+ padding-top: 80px;
}
#responsive-button {
display: block;
}
+ #topnav {
+ padding-top: 10px;
+ padding-bottom: 10px;
+ }
+
#topmenu {
position:relative;
}
@@ -733,7 +738,7 @@ link {
z-index:3;
height:auto;
display:none;
- top: 45px;
+ top: 55px;
right: -30px;
flex-direction: column;
border-bottom-left-radius: 10px;