make boxes better
This commit is contained in:
parent
8b08a01b38
commit
aa1d36d70f
2 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<section class="box special">
|
<section class="box special">
|
||||||
<h3>{{ title .LinkTitle }}</h3>
|
<a href="{{ .Permalink }}">
|
||||||
|
<h3>{{ title .LinkTitle }}</h3>
|
||||||
|
</a>
|
||||||
<p>{{ .Summary | truncate .Site.Params.summary_length "..." }}</p>
|
<p>{{ .Summary | truncate .Site.Params.summary_length "..." }}</p>
|
||||||
<ul class="actions">
|
<ul class="actions">
|
||||||
<li><a href="{{ .Permalink }}" class="button alt">Read More</a></li>
|
<li><a href="{{ .Permalink }}" class="button alt">Read More</a></li>
|
||||||
|
|
|
@ -7,8 +7,12 @@ $fa-font-path: "../fonts";
|
||||||
@import "alpha";
|
@import "alpha";
|
||||||
|
|
||||||
|
|
||||||
.box .box {
|
.box {
|
||||||
border-radius: 0;
|
padding: 2em;
|
||||||
|
|
||||||
|
.box {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropotron {
|
.dropotron {
|
||||||
|
|
Loading…
Reference in a new issue