diff --git a/site/src/css/style.css b/site/src/css/style.css index f22fd7c..5d757c8 100644 --- a/site/src/css/style.css +++ b/site/src/css/style.css @@ -190,6 +190,15 @@ a { .inline-elements { display: flex; flex-direction: column; + align-items: center; + justify-content: center; +} + +@media only screen and (max-width: 999px) { + .inline-elements .button { + width: 100%; + text-align: center; + } } .inline-elements * { diff --git a/site/src/projects/index.html b/site/src/projects/index.html index 2cbf1ee..7bac29e 100644 --- a/site/src/projects/index.html +++ b/site/src/projects/index.html @@ -38,7 +38,7 @@ -
+
@@ -84,13 +84,12 @@
-
- +

Projects

Discover my software projects

-
+

Open Source Projects

Projects you can use for free, that have their source code publicly available and you can help develop

diff --git a/site/src/support/support-status/index.html b/site/src/support/support-status/index.html index 77bb88f..b89340d 100644 --- a/site/src/support/support-status/index.html +++ b/site/src/support/support-status/index.html @@ -168,7 +168,7 @@

All pieces of software without an expected EOL date do not have one, because it simply hasn't been decided yet. There might be completely rewritten versions of them taking their place in the future or an EOL date may be added

Once a software has reached EOL, it doesn't mean it will stop working, but rather that it will not receive any more updates

-

1There are plans for a big update, coming likely by Q3 2026

+

1There are plans for a big update, coming likely by or in Q3 2026

2The stated EOL date is unlikely to be accurate, since the app has been completely rewritten in June 2025

Looking for the support page?