Landing page is designed now.

This commit is contained in:
Zed A. Shaw 2025-09-14 13:33:33 -04:00
parent e1df377eea
commit a2f9660d81
8 changed files with 98 additions and 36 deletions

View file

@ -499,6 +499,15 @@
.pt-4 {
padding-top: calc(var(--spacing) * 4);
}
.\!pb-4 {
padding-bottom: calc(var(--spacing) * 4) !important;
}
.\!pb-10 {
padding-bottom: calc(var(--spacing) * 10) !important;
}
.\!pb-20 {
padding-bottom: calc(var(--spacing) * 20) !important;
}
.pb-0\! {
padding-bottom: calc(var(--spacing) * 0) !important;
}
@ -517,6 +526,9 @@
.pb-8 {
padding-bottom: calc(var(--spacing) * 8);
}
.pb-10 {
padding-bottom: calc(var(--spacing) * 10);
}
.pb-10\! {
padding-bottom: calc(var(--spacing) * 10) !important;
}
@ -529,6 +541,18 @@
.align-top {
vertical-align: top;
}
.\!text-2xl {
font-size: var(--text-2xl) !important;
line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
}
.\!text-3xl {
font-size: var(--text-3xl) !important;
line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
}
.\!text-xl {
font-size: var(--text-xl) !important;
line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
}
.text-2xl {
font-size: var(--text-2xl);
line-height: var(--tw-leading, var(--text-2xl--line-height));
@ -689,6 +713,9 @@ nav {
color: var(--color-gray-50);
}
}
a {
text-decoration-line: underline;
}
nav > a {
display: flex;
align-items: center;