.container .content CSS and .post-item HTML fixes

* .container .content for icons should not be 100%
  to help with centering.
* Use span for .post-item internals, otherwise Firefox
  messes up at smaller screen width with the list bullet
  and title on separate lines.
* README wording

Fix #17
This commit is contained in:
Nishanth Shanmugham
2016-10-08 00:12:05 -05:00
parent a9196dff19
commit 93618f9ec8
4 changed files with 13 additions and 8 deletions

View File

@@ -274,6 +274,9 @@ section.icons .container {
-ms-justify-content: center;
justify-content: center;
}
section.icons .content {
width: auto;
}
section.icons .content a {
margin-left: 6px;
margin-right: 6px;