add contact information to config

This commit is contained in:
2025-12-04 06:16:00 +03:00
parent 73af2dc3b9
commit c70f13d069
15 changed files with 90 additions and 14 deletions

View File

@@ -206,6 +206,12 @@ $bottomnav_color: $DARK_1 !default;
@include navbar($bottomnav_color);
}
#footer {
@include navbar($bottomnav_color);
justify-content: space-between;
align-items: baseline;
}
$darkbg_color: $DARK_1 !default;
.darkbg {
padding-bottom: $MEDIUM_PADDING;