diff options
Diffstat (limited to 'StoneIsland/platforms/ios/www/css/blogs.css')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/css/blogs.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/StoneIsland/platforms/ios/www/css/blogs.css b/StoneIsland/platforms/ios/www/css/blogs.css index 2d4a52c3..f857db9e 100755 --- a/StoneIsland/platforms/ios/www/css/blogs.css +++ b/StoneIsland/platforms/ios/www/css/blogs.css @@ -17,9 +17,14 @@ justify-content: center; align-items: center; height: 48px; - padding: 0 8px; + padding: 0 15px; list-style-type: none; font-size: 1rem; +} +.accessible #story .links { + flex-wrap: wrap; +} +.accessible #story .links li { border: 1px solid black; margin: 5px; } @@ -28,11 +33,11 @@ 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 } |
