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:
@ -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') {
|
||||
|
@ -12,7 +12,7 @@
|
||||
padding: var(--doc-whitespace);
|
||||
|
||||
&__heading {
|
||||
text-align: center;
|
||||
// text-align: center;
|
||||
}
|
||||
|
||||
@include helper.bp('bp-700') {
|
||||
|
Reference in New Issue
Block a user