diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-08-14 01:53:21 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-08-14 01:53:21 +0200 |
| commit | 11e6523098abc8bf781fb9d1b71c77a11cf4c884 (patch) | |
| tree | 5ab48702e9425f29545423f8b7142299f76ff63d /StoneIsland/www/css/blogs.css | |
| parent | a0ea31b7b1e189e4ea742dcabadcd1942caf1864 (diff) | |
a11y font sizing yeaa
Diffstat (limited to 'StoneIsland/www/css/blogs.css')
| -rwxr-xr-x | StoneIsland/www/css/blogs.css | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css index 7128d0d5..3ab868c3 100755 --- a/StoneIsland/www/css/blogs.css +++ b/StoneIsland/www/css/blogs.css @@ -244,7 +244,7 @@ ul.links { } .archive .body { font-size: 0.875rem; - line-height: 1.4em; + line-height: 1.4rem; font-weight: 100; } @@ -263,6 +263,13 @@ ul.links { transform: translateZ(0) translateX(-50%) translateY(-50%); } +.accessible #archive .row .image, +.accessible #archive .row .text { + position: relative; + top: auto; left: auto; + transform: translateZ(0); +} + #archive .menu .items { border-top: 1px solid transparent; } @@ -332,6 +339,17 @@ ul.links { #archive .row .text { width: 80%; } +.accessible #archive .row .image { + display: block; + height: 50vh; + opacity: 1 !important; +} +.accessible #archive .row .text { + display: block; + margin: 0 auto; + opacity: 1 !important; + width: 90%; +} .gallery-video-post { position:relative; |
