css magic, content

This commit is contained in:
Sergei Poljanski 2024-12-11 07:48:58 +02:00
parent 30ef2d99f9
commit aec8da0db0
Signed by untrusted user: Sergei Poljanski
GPG key ID: 4F8851660FA4121B
2 changed files with 8 additions and 2 deletions

View file

@ -32,6 +32,7 @@
<br>
<p>Fork of Conversations XMPP client with additional features</p>
<ul>
<li><a class="content_butt" href="https://dev.narayana.im/narayana/anotherim/releases/tag/1.0.0">another.im 1.0.0</a> - 09.12.2024</li>
<li><a class="content_butt" href="https://dev.narayana.im/narayana/anotherim/releases/tag/2.3.1">Conversations Classic 2.3.1</a> - 12.08.2024</li>
<li><a class="content_butt" href="https://dev.narayana.im/narayana/anotherim/releases/tag/2.3.0">Conversations Classic 2.3.0</a> - 28.07.2024</li>
<li><a class="content_butt" href="https://dev.narayana.im/narayana/anotherim/releases/tag/2.2.4">Conversations Classic 2.2.4</a> - 02.06.2024</li>

View file

@ -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;