diff --git a/.well-known/matrix/client b/.well-known/matrix/client index 1ddd564..dfbc207 100644 --- a/.well-known/matrix/client +++ b/.well-known/matrix/client @@ -1,8 +1,8 @@ { "m.homeserver": { - "base_url": "https://celery.eu.org" + "base_url": "https://matrix.celery.eu.org" }, "org.matrix.msc3575.proxy": { - "url": "https://celery.eu.org" + "url": "https://matrix.celery.eu.org" } } diff --git a/.well-known/matrix/server b/.well-known/matrix/server index e2252bd..23d85e6 100644 --- a/.well-known/matrix/server +++ b/.well-known/matrix/server @@ -1,3 +1,3 @@ { - "m.server": "celery.eu.org:443" + "m.server": "matrix.celery.eu.org:443" } diff --git a/.well-known/mta-sts.txt b/.well-known/mta-sts.txt index e6479cb..3513bba 100644 --- a/.well-known/mta-sts.txt +++ b/.well-known/mta-sts.txt @@ -1,4 +1,4 @@ version: STSv1 mode: enforce max_age: 86400 -mx: celery.eu.org +mx: mail.celery.eu.org diff --git a/assets/style2.css b/assets/style2.css index b26647c..8f12cc7 100644 --- a/assets/style2.css +++ b/assets/style2.css @@ -22,6 +22,7 @@ header { padding: 114px max(calc(50vw - 300px), 16px) 16px; } +/* works well enough but does cause issues */ h1, h2, h3, h4 { padding-top: 16px; margin-bottom: -8px; @@ -99,3 +100,8 @@ kbd { border: solid #3a3a3a 1px; box-shadow: 1px 1px #2f2f2f; } + + +article h1, article h2, article h3, article h4 { + padding-top: 0; +} diff --git a/index.html b/index.html index 9d0cd8c..1341e34 100644 --- a/index.html +++ b/index.html @@ -10,5 +10,6 @@
+ dont worry about it, everything will be fixed soon™