mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 03:53:33 +00:00
website: split newsletter subscription into a separate section
This commit is contained in:
+10
-10
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user