aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/_txt.scss
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2022-06-02 20:54:13 +0200
committerhellekin <hellekin@cepheide.org>2022-06-02 20:54:13 +0200
commit29d052164439a772ffcfdf0f7c917aad7a5923aa (patch)
tree5cc7a05f8cb3d46b5abb267929267a8a42a1ac74 /assets/scss/_txt.scss
parentaef20f9ff72962b6c9d312a9013fa3100fe28aee (diff)
downloadlesoiseaux.io-29d052164439a772ffcfdf0f7c917aad7a5923aa.tar.gz
Fix images for txt
Diffstat (limited to 'assets/scss/_txt.scss')
-rw-r--r--assets/scss/_txt.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/scss/_txt.scss b/assets/scss/_txt.scss
index de132e4..76cca30 100644
--- a/assets/scss/_txt.scss
+++ b/assets/scss/_txt.scss
@@ -25,4 +25,8 @@ body.txt {
margin-top: auto;
}
}
+ article aside ul img { /* see _main */
+ height: 22.55rem; /* 1:1.41 for books */
+ }
+
}