From bea0583348a3e7de85d4fed5e7fe206fb90fcc73 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 14 Aug 2019 02:10:18 +0200 Subject: etc --- StoneIsland/www/css/blogs.css | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css index 3ab868c3..f857db9e 100755 --- a/StoneIsland/www/css/blogs.css +++ b/StoneIsland/www/css/blogs.css @@ -10,6 +10,7 @@ flex-direction: row; justify-content: center; align-items: center; + flex-wrap: wrap; } #story .links li { display: flex; @@ -20,22 +21,23 @@ list-style-type: none; font-size: 1rem; } -#story .links li:before { - content: ' | ', +.accessible #story .links { + flex-wrap: wrap; } -#story .links li:first-child:before { - content: '', +.accessible #story .links li { + border: 1px solid black; + margin: 5px; } #story .links li.active { font-weight: bold; text-decoration: underline; } #story .content > div { -display:none; + display:none; } #story .content div.active { -display:block; -animation: mfadein 0.6s; + display:block; + animation: mfadein 0.6s; } .hub #hub { display: block } -- cgit v1.2.3-70-g09d2