diff --git a/website/landing/index.html b/website/landing/index.html index f15f7cd2..6cd19d5a 100644 --- a/website/landing/index.html +++ b/website/landing/index.html @@ -845,6 +845,31 @@ prod-3 201.45.91.123:51820 1m56s ago 11ms 5.12MB 9.34MB + +
+
+
+
+

+ Follow the development journey +

+

+ Subscribe to get early insights into new features. + See previous + newsletters. +

+
+ +
+
+
+
+
+
@@ -883,21 +908,6 @@ prod-3 201.45.91.123:51820 1m56s ago 11ms 5.12MB 9.34MB - -
-

- Subscribe to follow the development journey and get early insights into new features.
- See previous - newsletters. -

-
- -
-
diff --git a/website/landing/style.css b/website/landing/style.css index 634662c5..1128b811 100644 --- a/website/landing/style.css +++ b/website/landing/style.css @@ -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{