Skip to content

Commit

Permalink
GH-101: Navigation Bar (Set Dropdown Font Size)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed May 14, 2021
1 parent d3361d7 commit ccfc596
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Styleguide Trumps.Scopes.Header



/* Links */
/* Nav Links */

/* RFE: Fix bug on the Internet so we can use these reliably */
/* SEE: https://github.com/postcss/postcss-custom-selectors/issues/40 */
Expand Down Expand Up @@ -192,6 +192,17 @@ Styleguide Trumps.Scopes.Header



/* Dropdown Menus */

.dropdown-menu {
/* To overwrite Bootstrap's `1rem` */
font-size: 12px; /* WARNING: Do not use `rem` until `html { 62.5%; }` */
}





/* Search */

/* GH-101: Retain search design until Wes works on it */
Expand Down

0 comments on commit ccfc596

Please sign in to comment.