Skip to content

Commit

Permalink
fix: incorrect location for comments and a11y css
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed May 13, 2024
1 parent 53af6f6 commit 069184b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<template id="css-banner-tacc--notes">
<!-- TO DYNAMICALL REDUCE HEIGHT OF BANNER: Do NOT edit CSS. Just set `style="height: 60vh; max-height: 550px; min-height: 230px;"` on banner "Picture / Image". To use static height, set `style="height: 550px"` instead. -->
</template>
<style id="css-banner-tacc">
/* To limit width of title on wide screens */
@media (width >= 992px) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<style id="css-homepage-2024-02">
/* 1. To dynamically reduce height of banner */
/* Change —
style="height: 550px"
— on banner image to —
style="height: 60vh; max-height: 550px; min-height: 230px;"
*/

/* 2. To make mobile menu button stand out */
<style id="css-global-a11y">
/* 1. To make mobile menu button stand out */
.navbar-dark .navbar-toggler {
border-color: var(--global-color-primary--normal);
}
Expand Down

0 comments on commit 069184b

Please sign in to comment.