We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047f661 commit 51ba3c7Copy full SHA for 51ba3c7
website/landing/index.html
@@ -94,7 +94,7 @@
94
<span class="ml-1 hidden sm:inline">GitHub</span>
95
</a>
96
</li>
97
- <li class="ml-1">
+ <li class="ml-1 hidden sm:block">
98
<a class="btn-sm text-zinc-100 bg-zinc-900 hover:bg-zinc-800 w-full shadow"
99
href="https://github.com/psviderski/uncloud/?tab=readme-ov-file#-quick-start">
100
Get Started
website/landing/style.css
@@ -2203,6 +2203,10 @@ input[type="search"]::-webkit-search-results-decoration {
2203
margin-right: 0.25rem;
2204
}
2205
2206
+ .sm\:block{
2207
+ display: block;
2208
+ }
2209
+
2210
.sm\:inline{
2211
display: inline;
2212
0 commit comments