feat: add info related to the current instance

this commit adds additional info about instance like release tag and instance maintainer contact.

fix: https://codeberg.org/zyachel/libremdb/issues/8
This commit is contained in:
zyachel
2023-01-28 19:06:21 +05:30
parent 78b8a9afc3
commit 2c5d2f86e4
5 changed files with 95 additions and 39 deletions

View File

@ -3,17 +3,17 @@
.contact {
// to make text more readable for large screen users
margin: auto;
width: min(100%, 100rem);
width: min(100%, 85rem);
display: grid;
--doc-whitespace: var(--spacer-8);
--comp-whitespace: var(--spacer-3);
--comp-whitespace: var(--spacer-5);
padding: var(--doc-whitespace);
place-content: center;
// place-content: center;
&__heading {
text-align: center;
// text-align: center;
}
@include helper.bp('bp-700') {

View File

@ -12,7 +12,7 @@
padding: var(--doc-whitespace);
&__heading {
text-align: center;
// text-align: center;
}
@include helper.bp('bp-700') {