<%= post.excerpt %>
- <% } %> + <% } %>diff --git a/templates/css/bulma-blog.css b/templates/css/bulma-blog.css index e4c71e7..e60572f 100644 --- a/templates/css/bulma-blog.css +++ b/templates/css/bulma-blog.css @@ -1,30 +1,30 @@ -html,body { - font-family: 'Open Sans', sans-serif; - font-size: 14px; - background: #F0F2F4; +html, body { + font-family: 'Open Sans', sans-serif; + font-size: 14px; + background: #F0F2F4; } + .navbar.is-white { - background: #F0F2F4; + background: #F0F2F4; } + .navbar-brand .brand-text { - font-size: 1.11rem; - font-weight: bold; + font-size: 1.11rem; + font-weight: bold; } -.hero-body -{ -background-position: center; -background-size: cover; -background-repeat: no-repeat; -height: 400px; -} -.articles { - margin: 5rem 0; - margin-top: -200px; + +.hero-body { + background-position: center; + background-size: cover; + background-repeat: no-repeat; + height: 400px; } + .articles .content p { line-height: 1.9; margin: 15px 0; } + .author-image { position: absolute; top: -30px; @@ -35,33 +35,37 @@ height: 400px; border: 3px solid #ccc; border-radius: 50%; } + .media-center { - display: block; - margin-bottom: 1rem; + display: block; + margin-bottom: 1rem; } + .media-content { - margin-top: 3rem; + margin-top: 3rem; } + .article, .promo-block { - margin-top: 6rem; + margin-top: 6rem; } + div.column.is-8:first-child { - padding-top: 0; - margin-top: 0; + padding-top: 0; + margin-top: 0; } + .article-title { - font-size: 2rem; - font-weight: lighter; - line-height: 2; + font-size: 2rem; + font-weight: lighter; + line-height: 2; } + .article-subtitle { - color: #909AA0; - margin-bottom: 3rem; + color: #909AA0; + margin-bottom: 3rem; } + .article-body { - line-height: 1.4; - margin: 0 6rem; + line-height: 1.4; + margin: 0 6rem; } -.promo-block .container { - margin: 1rem 5rem; -} \ No newline at end of file diff --git a/templates/layouts/bulma-blog/error.html b/templates/layouts/bulma-blog/error.html index 9af56ba..ad1e3cd 100644 --- a/templates/layouts/bulma-blog/error.html +++ b/templates/layouts/bulma-blog/error.html @@ -1,6 +1,10 @@ -
- Sorry. What you were looking for doesn't seem to be there :(... -
-+ The page you requested doesn't exist or is unavailable. +
++ +
<%= data.body %>
<%= post.excerpt %>
- <% } %> + <% } %>- <%= data.title %> -
-- <% if(data.author) { %> - <%= data.author %> on - <% } %> - <% if(data.date) { %> - <%= data.date %> - <% } %> -
-