' > templates/article_list_footer.html
diff --git a/data/style.css b/data/style.css
index 2e6aa32ae..a606dd599 100644
--- a/data/style.css
+++ b/data/style.css
@@ -53,3 +53,11 @@ li img {
color: black ;
}
}
+
+@media (min-width: 55em) {
+ #artlist { column-count: 2 ;}
+}
+
+@media (min-width: 100em) {
+ #artlist { column-count: 3 ;}
+}
diff --git a/src/rice.md b/src/rice.md
index b913148a7..3a8b7fc53 100644
--- a/src/rice.md
+++ b/src/rice.md
@@ -1,7 +1,7 @@
# Rice
Rice is easy to make in any pot.
-The simple use of different spices can change
+The simple use of different spices can change its use or what it accents.
## Ingredients
diff --git a/templates/article_list_header.html b/templates/article_list_header.html
index 54ba16f74..e9a20ee44 100644
--- a/templates/article_list_header.html
+++ b/templates/article_list_header.html
@@ -1,2 +1,2 @@