diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 05853ef..ab412dd 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -349,6 +349,12 @@ span + .entry-title { display: block; float: none; @include font-size(14, no, 16); + @include media($medium) { + width: 70%; + } + @include media($large) { + width: 60%; + } } } // Tag index diff --git a/articles/index.md b/articles/index.md index 2192d77..eace562 100644 --- a/articles/index.md +++ b/articles/index.md @@ -7,6 +7,6 @@ search_omit: true diff --git a/blog/index.md b/blog/index.md index 1bbb2d4..6795a48 100644 --- a/blog/index.md +++ b/blog/index.md @@ -7,6 +7,6 @@ search_omit: true diff --git a/index.html b/index.html index 4fb5cdd..e6d517f 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,6 @@ search_omit: true \ No newline at end of file