diff --git a/download.html b/download.html
index d6fcd19..1ba9700 100644
--- a/download.html
+++ b/download.html
@@ -32,6 +32,7 @@
Fork of Conversations XMPP client with additional features
+ - another.im 1.0.0 - 09.12.2024
- Conversations Classic 2.3.1 - 12.08.2024
- Conversations Classic 2.3.0 - 28.07.2024
- Conversations Classic 2.2.4 - 02.06.2024
diff --git a/style.css b/style.css
index c6d87c6..2d487a1 100644
--- a/style.css
+++ b/style.css
@@ -8,6 +8,8 @@ body {
font-family: 'GeistMono', sans-serif;
font-weight: 200;
font-size: 1rem;
+ position: relative;
+ height: 100vh;
}
html {
font-size: 100%;
@@ -59,7 +61,11 @@ h1, h2, h3 {
}
.main_container {
max-width: 800px;
- padding-top: 200px;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%,-50%);
+ -ms-transform: translate(-50%,-50%);
}
.nav_box {
height: 100vh;
@@ -155,7 +161,6 @@ h1, h2, h3 {
max-width: 95%;
max-height: 100vh;
text-align: center;
- padding-top: 24vh;
}
.links{
padding-top:48px;