github and get started links in navbar

This commit is contained in:
Pavel Sviderski
2025-01-10 15:04:47 +10:00
parent fa54584128
commit 6951221b88
2 changed files with 50 additions and 1395 deletions
+12 -1395
View File
File diff suppressed because it is too large Load Diff
+38
View File
@@ -1423,6 +1423,10 @@ input[type="search"]::-webkit-search-results-decoration {
height: 100%; height: 100%;
} }
.h-5{
height: 1.25rem;
}
.min-h-screen{ .min-h-screen{
min-height: 100vh; min-height: 100vh;
} }
@@ -1467,6 +1471,10 @@ input[type="search"]::-webkit-search-results-decoration {
width: 7rem; width: 7rem;
} }
.w-5{
width: 1.25rem;
}
.max-w-2xl{ .max-w-2xl{
max-width: 42rem; max-width: 42rem;
} }
@@ -1760,6 +1768,12 @@ input[type="search"]::-webkit-search-results-decoration {
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)); margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
} }
.space-x-1 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){ .divide-y > :not([hidden]) ~ :not([hidden]){
--tw-divide-y-reverse: 0; --tw-divide-y-reverse: 0;
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
@@ -1770,6 +1784,10 @@ input[type="search"]::-webkit-search-results-decoration {
overflow: hidden; overflow: hidden;
} }
.whitespace-nowrap{
white-space: nowrap;
}
.rounded{ .rounded{
border-radius: 0.25rem; border-radius: 0.25rem;
} }
@@ -2889,6 +2907,10 @@ input[type="search"]::-webkit-search-results-decoration {
grid-column: span 6 / span 6; grid-column: span 6 / span 6;
} }
.sm\:mr-4{
margin-right: 1rem;
}
.sm\:inline-flex{ .sm\:inline-flex{
display: inline-flex; display: inline-flex;
} }
@@ -2929,6 +2951,12 @@ input[type="search"]::-webkit-search-results-decoration {
margin-bottom: calc(0px * var(--tw-space-y-reverse)); margin-bottom: calc(0px * var(--tw-space-y-reverse));
} }
.sm\:space-x-3 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:object-contain{ .sm\:object-contain{
-o-object-fit: contain; -o-object-fit: contain;
object-fit: contain; object-fit: contain;
@@ -2938,6 +2966,16 @@ input[type="search"]::-webkit-search-results-decoration {
padding-left: 1.5rem; padding-left: 1.5rem;
padding-right: 1.5rem; padding-right: 1.5rem;
} }
.sm\:px-3{
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.sm\:px-4{
padding-left: 1rem;
padding-right: 1rem;
}
} }
@media (min-width: 768px){ @media (min-width: 768px){