aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/_txt.scss
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2022-06-06 18:47:49 +0200
committerhellekin <hellekin@cepheide.org>2022-06-06 18:47:49 +0200
commita226600a698d51dc08b78af49bd3d3771890247d (patch)
tree8afe78d78dda3c065242805e93db85cd3fd98944 /assets/scss/_txt.scss
parent465e89177982ed07f427d09086c1c58e047d28f8 (diff)
downloadlesoiseaux.io-a226600a698d51dc08b78af49bd3d3771890247d.tar.gz
Fix title position in /txt
Diffstat (limited to 'assets/scss/_txt.scss')
-rw-r--r--assets/scss/_txt.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/_txt.scss b/assets/scss/_txt.scss
index 76cca30..19bf047 100644
--- a/assets/scss/_txt.scss
+++ b/assets/scss/_txt.scss
@@ -16,7 +16,7 @@ body.txt {
h2 {
position: absolute;
font-size: 4.8rem;
- transform-origin: top-left;
+ transform-origin: top left;
width: 90rem;
left: 50%;
transform: rotate(90deg) translate(0, -4.5rem);