diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-08-14 02:10:18 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-08-14 02:10:18 +0200 |
| commit | bea0583348a3e7de85d4fed5e7fe206fb90fcc73 (patch) | |
| tree | cf290c2f3ff894014e292c869b71ec2e6985de16 | |
| parent | 3f6d14720caa9295a2c9edeee7f3628f1e55ab73 (diff) | |
etc
| -rwxr-xr-x | StoneIsland/www/css/blogs.css | 16 |
1 files 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 } |
