Skip to content
Snippets Groups Projects
Commit ccd8bae3 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Small visual improvements

parent c9f25bdf
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
......@@ -64,12 +64,13 @@ layout: default
<span class="post-date">Published on: {{ post.date | date: '%B %d, %Y' }}</span>
<div class="content">
{{ post.content | truncate: 220 }}
{{ post.content | truncate: 220 }} <a href="{{ site.baseurl }}{{ post.url }}">(read more)</a>
</div>
</div>
{% endfor %}
<h3><a href="{{ site.baseurl }}/news/">See more...</a></h3>
<h3><a href="{{ site.baseurl }}/news/">See more news...</a></h3>
{% endif %}
<a class="twitter-timeline" data-lang="en" data-width="380" data-height="800" data-dnt="true" data-theme="light" data-link-color="#B57B00" href="https://twitter.com/elixir_lu?ref_src=twsrc%5Etfw">Tweets by elixir_lu</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
......
......@@ -83,7 +83,6 @@
margin-left: 0;
position: relative;
top: 66px;
left: -16px;
li {
list-style: none;
......
......@@ -79,6 +79,7 @@
}
#right-column {
padding-left: 20px;
min-width: 220px;
}
......@@ -168,13 +169,12 @@ div.post {
margin-bottom: 30px;
.post-title {
font-size: 25px;
font-size: 23px;
text-decoration: none;
font-weight: 600;
}
.post-date {
float: right;
font-size: smaller;
}
}
......
......@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "jekyll-elixir-theme"
spec.version = "0.6.4"
spec.version = "0.6.5"
spec.authors = ["jacek.lebioda"]
spec.email = ["jacek.lebioda@uni.lu"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment