diff --git a/public/index.html b/public/index.html
index 73b6904..3096785 100644
--- a/public/index.html
+++ b/public/index.html
@@ -198,6 +198,7 @@
grid-template:
"a b"
"c c";
+ grid-template-columns: 1fr 1fr;
}
section.posts header.controls .display-info {
@@ -211,7 +212,7 @@
}
section.posts header.controls .search-form input {
- width: auto;
+ margin: 6px 0;
}
section.posts header.controls .buttons {