documentation link fix, mobile/desktop alignment match (#1195)

header matching desktop to mobile (except libraries) and documentation
link fix #1172
This commit is contained in:
rbbeeston
2024-08-17 01:08:02 +00:00
committed by GitHub
parent ff2938c812
commit b6a7799560
9 changed files with 19 additions and 27 deletions

View File

@@ -16,13 +16,6 @@
@apply font-sans text-slate dark:text-offwhite;
}
@media screen and (max-width: 768px) {
.navbar-mobile {
position: relative !important;
margin-bottom: 2rem;
}
}
h1 {
@apply text-6xl dark:text-white;
@apply mb-3;