This commit is contained in:
2023-02-27 16:08:41 +10:00
parent c8e49ba49c
commit 1ee2a1189d
18 changed files with 78 additions and 226 deletions

View File

@@ -30,7 +30,7 @@ defineProps({
align-self: center;
.sm-message {
display: inline-flex;
display: flex;
padding: map-get($spacer, 2) map-get($spacer, 3);
margin-bottom: map-get($spacer, 4);
text-align: center;
@@ -69,6 +69,7 @@ defineProps({
justify-content: center;
align-self: center;
white-space: pre-wrap;
flex: 1;
}
}
}

View File

@@ -87,7 +87,7 @@ const menuItems = [
},
{
name: "contact",
label: "Contact us",
label: "Contact",
to: { name: "contact" },
icon: "mail-outline",
},