Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

Commit b8b04e0

Browse files
author
blogpush
committed
Fix rake generate error
1 parent 65cbc7f commit b8b04e0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sass/partials/_frontpage.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
text-align: center;
1111
img {
1212
margin-top: 30px;
13-
width: 80%%;
13+
width: 80%;
1414
}
1515

1616
article {

sass/partials/sidebar/_base.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.side-shadow-border {
2+
@include box-shadow(#666 0 1px);
3+
}
14
aside.sidebar {
25
overflow: hidden;
36
color: $sidebar-color;

0 commit comments

Comments
 (0)