fix: landing navbar on mobile

This commit is contained in:
Pasha Sviderski
2025-09-04 18:15:52 +10:00
parent 047f661462
commit 51ba3c7df8
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -2203,6 +2203,10 @@ input[type="search"]::-webkit-search-results-decoration {
margin-right: 0.25rem;
}
.sm\:block{
display: block;
}
.sm\:inline{
display: inline;
}