website: split newsletter subscription into a separate section

This commit is contained in:
Pasha Sviderski
2026-07-14 12:54:43 +10:00
parent b9c54f1ff5
commit 08b24af341
2 changed files with 35 additions and 25 deletions
+10 -10
View File
@@ -1348,6 +1348,10 @@ input[type="search"]::-webkit-search-results-decoration {
display: inline-flex;
}
.table{
display: table;
}
.grid{
display: grid;
}
@@ -1468,6 +1472,10 @@ input[type="search"]::-webkit-search-results-decoration {
max-width: 72rem;
}
.max-w-\[480px\]{
max-width: 480px;
}
.max-w-lg{
max-width: 32rem;
}
@@ -2376,10 +2384,6 @@ input[type="search"]::-webkit-search-results-decoration {
text-decoration-color: #a1a1aa;
}
.decoration-zinc-500{
text-decoration-color: #71717a;
}
.underline-offset-2{
text-underline-offset: 2px;
}
@@ -2735,10 +2739,6 @@ html {
text-decoration-color: #f4f4f5;
}
.hover\:decoration-zinc-300:hover{
text-decoration-color: #d4d4d8;
}
.hover\:decoration-zinc-400:hover{
text-decoration-color: #a1a1aa;
}
@@ -2963,8 +2963,8 @@ html {
margin-top: 3.5rem;
}
.md\:mt-16{
margin-top: 4rem;
.md\:mt-8{
margin-top: 2rem;
}
.md\:block{