diff options
author | hellekin <hellekin@cepheide.org> | 2022-06-02 18:07:18 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2022-06-02 18:07:18 +0200 |
commit | 435bc825f01798379e8eb33152ee9592dd54bf94 (patch) | |
tree | fabc5aaa3b2ea9ed88a2fa9e210be787d8260735 /assets/scss/_txt.scss | |
parent | bb4584cdf1f629ecf056633528e249cd9aef1451 (diff) | |
download | lesoiseaux.io-435bc825f01798379e8eb33152ee9592dd54bf94.tar.gz |
Remove unused files and correct existing ones.
Diffstat (limited to 'assets/scss/_txt.scss')
-rw-r--r-- | assets/scss/_txt.scss | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/assets/scss/_txt.scss b/assets/scss/_txt.scss new file mode 100644 index 0000000..d4cf968 --- /dev/null +++ b/assets/scss/_txt.scss @@ -0,0 +1,27 @@ +body.txt { + background-color: $bg-txt-on; + > aside { + &:hover, &:focus { + background-color: $bg-txt-on; + nav ul li:nth-child(2) { + background: $bg-txt-on; + } + } + } + > header { + h1 { + min-height: 10rem; + } + h2 { + position: absolute; + font-size: 4.8rem; + font-weight: 100; + transform-origin: top-left; + width: 90rem; + left: 50%; + transform: rotate(90deg) translate(0, -4.5rem); + text-align: left; + margin-left: 39rem; + } + } +} |