1
0

feat: Implement Values section, Start implementing Contact section

This commit is contained in:
2026-02-12 19:45:53 +01:00
parent 050522d035
commit b0dec274bd
8 changed files with 442 additions and 56 deletions
+10 -3
View File
@@ -2,9 +2,10 @@
@import url("../styles/poppins.css");
:root {
--font-sans: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
"Helvetica Neue", sans-serif;
--font-sans:
"Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
sans-serif;
/* --fs-md: clamp(1.25rem, 0.25vw + 1rem, 2.5rem); */
--fs-md: 1.25rem;
@@ -81,4 +82,10 @@
background-clip: text;
color: transparent;
}
.heading-gradient {
background: var(--gradient-page-title);
background-clip: text;
color: transparent;
}
</style>