1
Fork 0

make boxes better

This commit is contained in:
Jake Howard 2017-05-08 08:45:12 +01:00
parent 8b08a01b38
commit aa1d36d70f
2 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,8 @@
<div class="col-sm-6">
<section class="box special">
<a href="{{ .Permalink }}">
<h3>{{ title .LinkTitle }}</h3>
</a>
<p>{{ .Summary | truncate .Site.Params.summary_length "..." }}</p>
<ul class="actions">
<li><a href="{{ .Permalink }}" class="button alt">Read More</a></li>

View file

@ -7,8 +7,12 @@ $fa-font-path: "../fonts";
@import "alpha";
.box .box {
.box {
padding: 2em;
.box {
border-radius: 0;
}
}
.dropotron {