css magic, content
This commit is contained in:
parent
30ef2d99f9
commit
aec8da0db0
|
@ -32,6 +32,7 @@
|
||||||
<br>
|
<br>
|
||||||
<p>Fork of Conversations XMPP client with additional features</p>
|
<p>Fork of Conversations XMPP client with additional features</p>
|
||||||
<ul>
|
<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.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.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>
|
<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>
|
||||||
|
|
|
@ -8,6 +8,8 @@ body {
|
||||||
font-family: 'GeistMono', sans-serif;
|
font-family: 'GeistMono', sans-serif;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
position: relative;
|
||||||
|
height: 100vh;
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
|
@ -59,7 +61,11 @@ h1, h2, h3 {
|
||||||
}
|
}
|
||||||
.main_container {
|
.main_container {
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
padding-top: 200px;
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%,-50%);
|
||||||
|
-ms-transform: translate(-50%,-50%);
|
||||||
}
|
}
|
||||||
.nav_box {
|
.nav_box {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
@ -155,7 +161,6 @@ h1, h2, h3 {
|
||||||
max-width: 95%;
|
max-width: 95%;
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 24vh;
|
|
||||||
}
|
}
|
||||||
.links{
|
.links{
|
||||||
padding-top:48px;
|
padding-top:48px;
|
||||||
|
|
Loading…
Reference in a new issue