mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-08 19:49:13 +00:00
new home page design (Hero only right now)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/* Global stylesheet */
|
||||
|
||||
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;500;600;700&display=swap");
|
||||
@import "tailwindcss";
|
||||
|
||||
/* Overwriting tailwindcss specific variables */
|
||||
@@ -26,10 +27,6 @@
|
||||
|
||||
/* Design tokens & theme variables (light defaults) */
|
||||
:root {
|
||||
/* layout tokens */
|
||||
--site-padding: clamp(1rem, 2vw, 2rem); /* horizontal page padding */
|
||||
--content-max: 1200px; /* main content max width */
|
||||
|
||||
/* spacing scale */
|
||||
--spacing-0: 0px;
|
||||
--spacing-1: 4px;
|
||||
@@ -56,7 +53,7 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
html {
|
||||
font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI",
|
||||
font-family: "Unbounded", ui-sans-serif, system-ui, -apple-system, "Segoe UI",
|
||||
Roboto, "Helvetica Neue", Arial;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
Reference in New Issue
Block a user