fix font on contact button

This commit is contained in:
2022-06-17 22:28:53 +03:00
parent e376cc1e3d
commit c6dd619539
2 changed files with 4 additions and 2 deletions

View File

@@ -35,5 +35,6 @@ description: Do you want to contact us?
border-radius: 10px;
padding: 1rem;
cursor: pointer;
font-family: var(--font-primary);
}
</style>