Skip to content

Commit 5f34f88

Browse files
committed
Center asciicasts
1 parent f9b5706 commit 5f34f88

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

_posts/2012-12-01-finding-bookmarked-projects.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ date: 2015-11-25 21:30:27 +0100
55
categories: asciicast
66
---
77

8-
{% asciicast 30055 %}
8+
<div class='asciicast-wrapper'>
9+
{% asciicast 30055 %}
10+
</div>
911

1012
<!--more-->
1113

_posts/2015-12-01-adding_a_project_to_bookmarks.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ date: 2015-11-25 21:30:27 +0100
55
categories: asciicast
66
---
77

8-
{% asciicast 29529 %}
8+
<div class='asciicast-wrapper'>
9+
{% asciicast 29529 %}
10+
</div>
911

1012
<!--more-->
1113

_posts/2015-12-01-grouping-files.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ date: 2015-12-01 21:30:27 +0100
55
categories: asciicast
66
---
77

8-
{% asciicast 30059 %}
8+
<div class='asciicast-wrapper'>
9+
{% asciicast 30059 %}
10+
</div>
911

1012
<!--more-->
1113

_sass/_base.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,11 @@ pre {
204204
}
205205
}
206206
}
207+
208+
.asciicast-wrapper, .post-list {
209+
text-align: center;
210+
}
211+
212+
.post-list .post-meta {
213+
display: none;
214+
}

0 commit comments

Comments
 (0)