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.css20
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;