Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ledangtrung committed Dec 1, 2024
1 parent 58fc6dc commit c4d96c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
25 changes: 0 additions & 25 deletions js/WorkflowAI-H24-scr501-en-v2.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,31 +41,6 @@
--color_theme_shadow: rgba(0, 0, 0, 0.15);
}

/* Mobile optimizations */
.nav-link {
touch-action: manipulation;
-webkit-tap-highlight-color: transparent;
min-height: 44px;
min-width: 44px;
padding: 0.75rem 1rem;
}

/* Accessibility focus styles */
.nav-link:focus-visible {
outline: 3px solid var(--color_theme_focus);
outline-offset: 2px;
}

/* Responsive spacing */
@media (max-width: 768px) {
:root {
--size-spacing-base: 0.875rem;
}
.nav-link {
padding: 0.625rem 0.875rem;
}
}

/* No-JS fallback */
.no-js .tab-content > div {
display: block;
Expand Down
5 changes: 5 additions & 0 deletions js/WorkflowAI-H24-scr501-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- Preconnect to external domains -->
<link rel="preconnect" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://therealtimex.github.io">
<link rel="preconnect" href="https://maps.google.com">

<!-- Modern Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
Expand Down

0 comments on commit c4d96c0

Please sign in to comment.