Commit 0c87e21e892bcd81a17492864bae0c5e13a767fb
style fixups (stats page
mix irving committed on 4/25/2018, 11:45:39 PMParent: cc9b1a7a5f4f79d8e0f7c4a2491a50f440ac9153
Files changed
app/page/statsShow.mcss | changed |
app/page/statsShow.mcss | ||
---|---|---|
@@ -1,8 +1,9 @@ | ||
1 | 1 | Page -statsShow { |
2 | 2 | div.Scroller { |
3 | 3 | display: flex |
4 | - justify-content: center | |
4 | + flex-direction: column | |
5 | + align-items: center | |
5 | 6 | |
6 | 7 | div.content { |
7 | 8 | flex-grow: 0 |
8 | 9 | $backgroundPrimaryText |
@@ -77,9 +78,9 @@ | ||
77 | 78 | } |
78 | 79 | |
79 | 80 | table.blogs { |
80 | 81 | width: 100% |
81 | - margin: 1rem 0 | |
82 | + margin: 1rem 0 4rem | |
82 | 83 | |
83 | 84 | thead { |
84 | 85 | tr { |
85 | 86 | margin-bottom: 1rem |
Built with git-ssb-web