We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4bc2a commit 06f56e3Copy full SHA for 06f56e3
src/site/books/index.markdown
@@ -13,10 +13,10 @@ Here's a collection of books about Dart.
13
14
{% for book in page.books %}
15
<div class="book row">
16
- <div class="col-md-2">
+ <div class="col-md-3">
17
<a href="{{ book.link }}"><img src="covers/{{ book.cover }}" class="cover"></a>
18
</div>
19
- <div class="col-md-10">
+ <div class="col-md-9">
20
<h3 class="title"><a href="{{ book.link }}">{{ book.title }}</a></h3>
21
<h4 class="authors">Written by {{ book.authors || array_to_sentence_string }}</h4>
22
<p>{{ book.desc }}</p>
0 commit comments