feat: Implement Values section, Start implementing Contact section
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user