diff --git a/site/index.html b/site/index.html index 83a171c9..3962f874 100644 --- a/site/index.html +++ b/site/index.html @@ -25,9 +25,8 @@ - + - - GitHub + GitHub diff --git a/site/style.css b/site/style.css index 031f7142..34341d77 100644 --- a/site/style.css +++ b/site/style.css @@ -1427,6 +1427,10 @@ input[type="search"]::-webkit-search-results-decoration { height: 1.25rem; } +.h-6{ + height: 1.5rem; +} + .min-h-screen{ min-height: 100vh; } @@ -1475,6 +1479,10 @@ input[type="search"]::-webkit-search-results-decoration { width: 1.25rem; } +.w-6{ + width: 1.5rem; +} + .max-w-2xl{ max-width: 42rem; } @@ -2095,6 +2103,10 @@ input[type="search"]::-webkit-search-results-decoration { padding-top: 1.5rem; } +.pt-2{ + padding-top: 0.5rem; +} + .text-left{ text-align: left; } @@ -2729,6 +2741,11 @@ input[type="search"]::-webkit-search-results-decoration { background-color: rgb(82 82 91 / var(--tw-bg-opacity)); } +.hover\:bg-zinc-50:hover{ + --tw-bg-opacity: 1; + background-color: rgb(250 250 250 / var(--tw-bg-opacity)); +} + .hover\:from-zinc-900:hover{ --tw-gradient-from: #18181b var(--tw-gradient-from-position); --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position); @@ -2911,6 +2928,10 @@ input[type="search"]::-webkit-search-results-decoration { margin-right: 1rem; } + .sm\:inline{ + display: inline; + } + .sm\:inline-flex{ display: inline-flex; } @@ -3000,6 +3021,14 @@ input[type="search"]::-webkit-search-results-decoration { display: block; } + .md\:flex{ + display: flex; + } + + .md\:hidden{ + display: none; + } + .md\:max-w-4xl{ max-width: 56rem; }