summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/blogs.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css/blogs.css')
-rwxr-xr-xStoneIsland/www/css/blogs.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css
index bf5ab68f..241cbecb 100755
--- a/StoneIsland/www/css/blogs.css
+++ b/StoneIsland/www/css/blogs.css
@@ -6,11 +6,18 @@
margin: 15px 0 0;
text-align: center;
text-transform:uppercase;
+ display:flex;
+ flex-direction: row;
+ justify-content: center;
+ align-items: center;
}
#story .links li {
- padding: 10px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 48px;
+ padding: 0 15px;
list-style-type: none;
- display: inline-block;
}
#story .links li:before {
content: ' | ',