fill most content + improve ux
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
html {
|
||||
font-family: system-ui, sans-serif;
|
||||
scroll-behavior: smooth;
|
||||
@apply scroll-pt-[var(--header-height)];
|
||||
}
|
||||
|
||||
html,
|
||||
@@ -34,9 +33,9 @@
|
||||
|
||||
@layer components {
|
||||
.brand-btn {
|
||||
@apply rounded-full bg-brand px-4 py-2 text-center text-text-light transition-colors duration-300 hover:bg-brand/80;
|
||||
@apply rounded-full bg-brand px-6 py-3 text-center text-text-light transition-colors duration-300 hover:bg-brand/80;
|
||||
}
|
||||
.brand-btn-outline {
|
||||
@apply rounded-full border border-brand bg-transparent px-4 py-2 text-center text-text-light transition-colors duration-300 hover:bg-brand;
|
||||
@apply rounded-full border border-brand bg-transparent px-6 py-3 text-center text-text-light transition-colors duration-300 hover:bg-brand;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user